#34d5cf

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

Shades of Turquoise #34D5CF

Tints of Turquoise #34D5CF

Color information

#34D5CF (or 0x34D5CF) is unknown color: approx Turquoise. HEX triplet: 34, D5 and CF. RGB value is (52,213,207). Sum of RGB (Red+Green+Blue) = 52+213+207=472 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.02% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #34D5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D5CF is #CB2A30. Grayscale: #A4A4A4. Windows color (decimal): -13314609 or 13620532. OLE color: 13620532.

HSL color Cylindrical-coordinate representation of color #34D5CF: hue angle of 177.76º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D5CF is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB52213207-
CMYK0.7600.030.16
HSL177.76º65.71%51.96%-
HSV(B)177.76º75.59%83.53%-
XYZ36.4752.8267.31-
YUV164.18152.1647.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.02%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=11.02%
G=45.13%
B=43.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal522132070.7600.030.16177.7665.7151.96
Hex34D5CF4C0310b24234
Octal64325317114032026210264
Binary1101001101010111001111100110001110000101100101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34d5cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,213,207); }

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

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

 a { background-color: rgb(52,213,207); }

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

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

 span { border-color: rgb(52,213,207); }

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