#34F5E0

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

Shades of Turquoise #34F5E0

Tints of Turquoise #34F5E0

Color information

#34F5E0 (or 0x34F5E0) is unknown color: approx Turquoise. HEX triplet: 34, F5 and E0. RGB value is (52,245,224). Sum of RGB (Red+Green+Blue) = 52+245+224=521 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.98% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #34F5E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F5E0 is #CB0A1F. Grayscale: #B8B8B8. Windows color (decimal): -13306400 or 14742836. OLE color: 14742836.

HSL color Cylindrical-coordinate representation of color #34F5E0: hue angle of 173.47º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F5E0 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB52245224-
CMYK0.7900.090.04
HSL173.47º90.61%58.24%-
HSV(B)173.47º78.78%96.08%-
XYZ47.5271.4281.8-
YUV184.9150.0633.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.98%
GREEN value IS 245 (96.09% from 255) = 47.02%
BLUE value IS 224 (87.89% from 255) = 42.99%
R=9.98%
G=47.02%
B=42.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal522452240.7900.090.04173.4790.6158.24
Hex34F5E04F094ad5b3a
Octal64365340117011425513372
Binary1101001111010111100000100111101001100101011011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,245,224); }

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

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

 a { background-color: rgb(52,245,224); }

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

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

 span { border-color: rgb(52,245,224); }

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