#34FACE

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

Shades of Turquoise #34FACE

Tints of Turquoise #34FACE

Color information

#34FACE (or 0x34FACE) is unknown color: approx Turquoise. HEX triplet: 34, FA and CE. RGB value is (52,250,206). Sum of RGB (Red+Green+Blue) = 52+250+206=508 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.24% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #34FACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FACE is #CB0531. Grayscale: #B9B9B9. Windows color (decimal): -13305138 or 13564468. OLE color: 13564468.

HSL color Cylindrical-coordinate representation of color #34FACE: hue angle of 166.67º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FACE is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB52250206-
CMYK0.7900.180.02
HSL166.67º95.19%59.22%-
HSV(B)166.67º79.2%98.04%-
XYZ46.7473.5670.13-
YUV185.78139.432.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.24%
GREEN value IS 250 (98.05% from 255) = 49.21%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=10.24%
G=49.21%
B=40.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal522502060.7900.180.02166.6795.1959.22
Hex34FACE4F0122a75f3b
Octal64372316117022224713773
Binary1101001111101011001110100111101001010101001111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,250,206); }

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

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

 a { background-color: rgb(52,250,206); }

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

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

 span { border-color: rgb(52,250,206); }

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