Html Css Color HEX #34E8C6 Turquoise

📋 copy color: '#34E8C6'

red 52 ◦ green 232 ◦ blue 198

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

Shades of Turquoise #34E8C6

Tints of Turquoise #34E8C6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.13%

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 10.79%
G = 48.13%
B = 41.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#34E8C6 (or 0x34E8C6) is known color: Turquoise. HEX triplet: 34, E8 and C6. RGB value is (52,232,198). Sum of RGB (Red+Green+Blue) = 52+232+198=482 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.79% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #34E8C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E8C6 is #CB1739. Grayscale: #AEAEAE. Windows color (decimal): -13309754 or 13035572. OLE color: 13035572.

HSL color Cylindrical-coordinate representation of color #34E8C6: hue angle of 168.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E8C6 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 232 198 -
CMYK 0.78 0 0.15 0.09
HSL 168.67º 0.8% 0.56% -
HSV(B) 168.67º 0.78% 0.91% -
XYZ 40.47 62.52 63.36 -
YUV 174.3 141.37 40.76 -
System Red Green Blue C M Y K H S L
Decimal 52 232 198 0.78 0 0.15 0.09 168.67 0.8 0.56
Hex 34 E8 C6 4E 0 F 9 A9 50 38
Octal 64 350 306 116 0 17 11 251 120 70
Binary 110100 11101000 11000110 1001110 0 1111 1001 10101001 1010000 111000

Color Harmonies of #34E8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E8C6

Black with #34E8C6

Text Example


Text Example

White with #34E8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,232,198); }

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

background-color css

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

 a { background-color: rgb(52,232,198); }

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

border-color css

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

 span { border-color: rgb(52,232,198); }

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