Html Css Color HEX #34E2CE Turquoise

📋 copy color: '#34E2CE'

red 52 ◦ green 226 ◦ blue 206

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

Shades of Turquoise #34E2CE

Tints of Turquoise #34E2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 10.74%
G = 46.69%
B = 42.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#34E2CE (or 0x34E2CE) is known color: Turquoise. HEX triplet: 34, E2 and CE. RGB value is (52,226,206). Sum of RGB (Red+Green+Blue) = 52+226+206=484 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.74% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #34E2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E2CE is #CB1D31. Grayscale: #ABABAB. Windows color (decimal): -13311282 or 13558324. OLE color: 13558324.

HSL color Cylindrical-coordinate representation of color #34E2CE: hue angle of 173.1º 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 #34E2CE is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 226 206 -
CMYK 0.77 0 0.09 0.11
HSL 173.1º 0.75% 0.55% -
HSV(B) 173.1º 0.77% 0.89% -
XYZ 39.75 59.58 67.8 -
YUV 171.69 147.35 42.63 -
System Red Green Blue C M Y K H S L
Decimal 52 226 206 0.77 0 0.09 0.11 173.1 0.75 0.55
Hex 34 E2 CE 4D 0 9 B AD 4B 37
Octal 64 342 316 115 0 11 13 255 113 67
Binary 110100 11100010 11001110 1001101 0 1001 1011 10101101 1001011 110111

Color Harmonies of #34E2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E2CE

Black with #34E2CE

Text Example


Text Example

White with #34E2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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