#34FCCF

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

Shades of Turquoise #34FCCF

Tints of Turquoise #34FCCF

Color information

#34FCCF (or 0x34FCCF) is unknown color: approx Turquoise. HEX triplet: 34, FC and CF. RGB value is (52,252,207). Sum of RGB (Red+Green+Blue) = 52+252+207=511 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.18% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #34FCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FCCF is #CB0330. Grayscale: #BBBBBB. Windows color (decimal): -13304625 or 13630516. OLE color: 13630516.

HSL color Cylindrical-coordinate representation of color #34FCCF: hue angle of 166.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FCCF is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB52252207-
CMYK0.7900.180.01
HSL166.5º97.09%59.61%-
HSV(B)166.5º79.37%98.82%-
XYZ47.4974.8670.98-
YUV187.07139.2431.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.18%
GREEN value IS 252 (98.83% from 255) = 49.32%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=10.18%
G=49.32%
B=40.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal522522070.7900.180.01166.597.0959.61
Hex34FCCF4F0121a6613c
Octal64374317117022124614174
Binary110100111111001100111110011110100101101001101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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