Html Css Color HEX #34DFCC Turquoise

📋 copy color: '#34DFCC'

red 52 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #34DFCC

Tints of Turquoise #34DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.56%

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 10.86%
G = 46.56%
B = 42.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#34DFCC (or 0x34DFCC) is known color: Turquoise. HEX triplet: 34, DF and CC. RGB value is (52,223,204). Sum of RGB (Red+Green+Blue) = 52+223+204=479 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.86% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFCC is #CB2033. Grayscale: #A9A9A9. Windows color (decimal): -13312052 or 13426484. OLE color: 13426484.

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

Color convert

RGB 52 223 204 -
CMYK 0.77 0 0.09 0.13
HSL 173.33º 0.73% 0.54% -
HSV(B) 173.33º 0.77% 0.87% -
XYZ 38.7 57.87 66.26 -
YUV 169.71 147.35 44.04 -
System Red Green Blue C M Y K H S L
Decimal 52 223 204 0.77 0 0.09 0.13 173.33 0.73 0.54
Hex 34 DF CC 4D 0 9 D AD 49 36
Octal 64 337 314 115 0 11 15 255 111 66
Binary 110100 11011111 11001100 1001101 0 1001 1101 10101101 1001001 110110

Color Harmonies of #34DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DFCC

Black with #34DFCC

Text Example


Text Example

White with #34DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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