#34D8CF

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

Shades of Turquoise #34D8CF

Tints of Turquoise #34D8CF

Color information

#34D8CF (or 0x34D8CF) is unknown color: approx Turquoise. HEX triplet: 34, D8 and CF. RGB value is (52,216,207). Sum of RGB (Red+Green+Blue) = 52+216+207=475 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.95% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #34D8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D8CF is #CB2730. Grayscale: #A5A5A5. Windows color (decimal): -13313841 or 13621300. OLE color: 13621300.

HSL color Cylindrical-coordinate representation of color #34D8CF: hue angle of 176.71º 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 #34D8CF is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB52216207-
CMYK0.7600.040.15
HSL176.71º67.77%52.55%-
HSV(B)176.71º75.93%84.71%-
XYZ37.2354.3567.56-
YUV165.94151.1746.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.95%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=10.95%
G=45.47%
B=43.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal522162070.7600.040.15176.7167.7752.55
Hex34D8CF4C04Fb14435
Octal64330317114041726110465
Binary1101001101100011001111100110001001111101100011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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