#34D1DC

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

Shades of Turquoise #34D1DC

Tints of Turquoise #34D1DC

Color information

#34D1DC (or 0x34D1DC) is unknown color: approx Turquoise. HEX triplet: 34, D1 and DC. RGB value is (52,209,220). Sum of RGB (Red+Green+Blue) = 52+209+220=481 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.81% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #34D1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D1DC is #CB2E23. Grayscale: #A3A3A3. Windows color (decimal): -13315620 or 14471476. OLE color: 14471476.

HSL color Cylindrical-coordinate representation of color #34D1DC: hue angle of 183.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D1DC is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB52209220-
CMYK0.760.0500.14
HSL183.93º70.59%53.33%-
HSV(B)183.93º76.36%86.27%-
XYZ37.1351.575.69-
YUV163.31159.9948.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.81%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=10.81%
G=43.45%
B=45.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal522092200.760.0500.14183.9370.5953.33
Hex34D1DC4C50Eb84735
Octal64321334114501627010765
Binary1101001101000111011100100110010101110101110001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,209,220); }

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

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

 a { background-color: rgb(52,209,220); }

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

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

 span { border-color: rgb(52,209,220); }

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