Html Css Color HEX #34E6CE Turquoise

📋 copy color: '#34E6CE'

red 52 ◦ green 230 ◦ blue 206

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

Shades of Turquoise #34E6CE

Tints of Turquoise #34E6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.13%

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

R = 10.66%
G = 47.13%
B = 42.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#34E6CE (or 0x34E6CE) is known color: Turquoise. HEX triplet: 34, E6 and CE. RGB value is (52,230,206). Sum of RGB (Red+Green+Blue) = 52+230+206=488 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.66% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #34E6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E6CE is #CB1931. Grayscale: #ADADAD. Windows color (decimal): -13310258 or 13559348. OLE color: 13559348.

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

Color convert

RGB 52 230 206 -
CMYK 0.77 0 0.10 0.10
HSL 171.91º 0.78% 0.55% -
HSV(B) 171.91º 0.77% 0.9% -
XYZ 40.85 61.78 68.16 -
YUV 174.04 146.03 40.95 -
System Red Green Blue C M Y K H S L
Decimal 52 230 206 0.77 0 0.10 0.10 171.91 0.78 0.55
Hex 34 E6 CE 4D 0 A A AC 4E 37
Octal 64 346 316 115 0 12 12 254 116 67
Binary 110100 11100110 11001110 1001101 0 1010 1010 10101100 1001110 110111

Color Harmonies of #34E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E6CE

Black with #34E6CE

Text Example


Text Example

White with #34E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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