Html Css Color HEX #34CCDD Medium Turquoise

📋 copy color: '#34CCDD'

red 52 ◦ green 204 ◦ blue 221

#34CCDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #34CCDD

Tints of Medium Turquoise #34CCDD

RGB

 RED value IS 52 (20.7% from 255) = 10.9%

 GREEN value IS 204 (80.08% from 255) = 42.77%

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 10.9%
G = 42.77%
B = 46.33%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#34CCDD (or 0x34CCDD) is known color: Medium Turquoise. HEX triplet: 34, CC and DD. RGB value is (52,204,221). Sum of RGB (Red+Green+Blue) = 52+204+221=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #34CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CCDD is #CB3322. Grayscale: #A0A0A0. Windows color (decimal): -13316899 or 14535732. OLE color: 14535732.

HSL color Cylindrical-coordinate representation of color #34CCDD: hue angle of 186.04º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CCDD is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 204 221 -
CMYK 0.76 0.08 0 0.13
HSL 186.04º 0.71% 0.54% -
HSV(B) 186.04º 0.76% 0.87% -
XYZ 36.06 49.14 75.99 -
YUV 160.49 162.14 50.62 -
System Red Green Blue C M Y K H S L
Decimal 52 204 221 0.76 0.08 0 0.13 186.04 0.71 0.54
Hex 34 CC DD 4C 8 0 D BA 47 36
Octal 64 314 335 114 10 0 15 272 107 66
Binary 110100 11001100 11011101 1001100 1000 0 1101 10111010 1000111 110110

Color Harmonies of #34CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CCDD

Black with #34CCDD

Text Example


Text Example

White with #34CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34CCDD; }

 p { color: rgb(52,204,221); }

 H1.HeaderClassName
 {
   color: #34CCDD;
 }
 .AnyTagClassName
 {
   color: #34CCDD;
 }
</style>

background-color css

<style>
 a { background-color: #34CCDD; }

 a { background-color: rgb(52,204,221); }

 div.DivClassName
 {
   background-color: #34CCDD;
 }
 .BgClassName
 {
   background-color: #34CCDD;
 }
</style>

border-color css

<style>
 span { border-color: #34CCDD; }

 span { border-color: rgb(52,204,221); }

 td.TdClassName
 {
   border-color: #34CCDD;
 }
 .TagClassName
 {
   border-color: #34CCDD;
 }
</style>