#34D6D9

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

Shades of Turquoise #34D6D9

Tints of Turquoise #34D6D9

Color information

#34D6D9 (or 0x34D6D9) is unknown color: approx Turquoise. HEX triplet: 34, D6 and D9. RGB value is (52,214,217). Sum of RGB (Red+Green+Blue) = 52+214+217=483 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.77% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #34D6D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D6D9 is #CB2926. Grayscale: #A5A5A5. Windows color (decimal): -13314343 or 14276148. OLE color: 14276148.

HSL color Cylindrical-coordinate representation of color #34D6D9: hue angle of 181.09º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D6D9 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB52214217-
CMYK0.760.0100.15
HSL181.09º68.46%52.75%-
HSV(B)181.09º76.04%85.1%-
XYZ37.9953.8374.03-
YUV165.9156.8346.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.77%
GREEN value IS 214 (83.98% from 255) = 44.31%
BLUE value IS 217 (85.16% from 255) = 44.93%
R=10.77%
G=44.31%
B=44.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal522142170.760.0100.15181.0968.4652.75
Hex34D6D94C10Fb54435
Octal64326331114101726510465
Binary11010011010110110110011001100101111101101011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,214,217); }

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

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

 a { background-color: rgb(52,214,217); }

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

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

 span { border-color: rgb(52,214,217); }

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