#34DEB8

Color #34DEB8 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #34DEB8

Tints of Turquoise #34DEB8

Color information

#34DEB8 (or 0x34DEB8) is unknown color: approx Turquoise. HEX triplet: 34, DE and B8. RGB value is (52,222,184). Sum of RGB (Red+Green+Blue) = 52+222+184=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #34DEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEB8 is #CB2147. Grayscale: #A6A6A6. Windows color (decimal): -13312328 or 12115508. OLE color: 12115508.

HSL color Cylindrical-coordinate representation of color #34DEB8: hue angle of 166.59º degrees, saturation: 0.72, 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 #34DEB8 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB52222184-
CMYK0.7700.170.13
HSL166.59º72.03%53.73%-
HSV(B)166.59º76.58%87.06%-
XYZ36.1956.4354.33-
YUV166.84137.6846.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.35%
GREEN value IS 222 (87.11% from 255) = 48.47%
BLUE value IS 184 (72.27% from 255) = 40.17%
R=11.35%
G=48.47%
B=40.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522221840.7700.170.13166.5972.0353.73
Hex34DEB84D011Da74836
Octal643362701150211524711066
Binary110100110111101011100010011010100011101101001111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,222,184); }

 H1.HeaderClassName
 {
   color: #34DEB8;
 }
 .AnyTagClassName
 {
   color: #34DEB8;
 }
</style>
background-color css

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

 a { background-color: rgb(52,222,184); }

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

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

 span { border-color: rgb(52,222,184); }

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