Html Css Color HEX #34E2CC Turquoise

📋 copy color: '#34E2CC'

red 52 ◦ green 226 ◦ blue 204

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

Shades of Turquoise #34E2CC

Tints of Turquoise #34E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.89%

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

R = 10.79%
G = 46.89%
B = 42.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#34E2CC (or 0x34E2CC) is known color: Turquoise. HEX triplet: 34, E2 and CC. RGB value is (52,226,204). Sum of RGB (Red+Green+Blue) = 52+226+204=482 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.79% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #34E2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E2CC is #CB1D33. Grayscale: #ABABAB. Windows color (decimal): -13311284 or 13427252. OLE color: 13427252.

HSL color Cylindrical-coordinate representation of color #34E2CC: hue angle of 172.41º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E2CC is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 226 204 -
CMYK 0.77 0 0.10 0.11
HSL 172.41º 0.75% 0.55% -
HSV(B) 172.41º 0.77% 0.89% -
XYZ 39.51 59.48 66.53 -
YUV 171.47 146.35 42.79 -
System Red Green Blue C M Y K H S L
Decimal 52 226 204 0.77 0 0.10 0.11 172.41 0.75 0.55
Hex 34 E2 CC 4D 0 A B AC 4B 37
Octal 64 342 314 115 0 12 13 254 113 67
Binary 110100 11100010 11001100 1001101 0 1010 1011 10101100 1001011 110111

Color Harmonies of #34E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E2CC

Black with #34E2CC

Text Example


Text Example

White with #34E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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