#34E4F9

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

Shades of Turquoise #34E4F9

Tints of Turquoise #34E4F9

Color information

#34E4F9 (or 0x34E4F9) is unknown color: approx Turquoise. HEX triplet: 34, E4 and F9. RGB value is (52,228,249). Sum of RGB (Red+Green+Blue) = 52+228+249=529 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.83% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #34E4F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34E4F9 is #CB1B06. Grayscale: #B1B1B1. Windows color (decimal): -13310727 or 16376884. OLE color: 16376884.

HSL color Cylindrical-coordinate representation of color #34E4F9: hue angle of 186.4º degrees, saturation: 0.94, 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 #34E4F9 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB52228249-
CMYK0.790.0800.02
HSL186.4º94.26%59.02%-
HSV(B)186.4º79.12%97.65%-
XYZ46.2663.0699.36-
YUV177.77168.1938.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.83%
GREEN value IS 228 (89.45% from 255) = 43.10%
BLUE value IS 249 (97.66% from 255) = 47.07%
R=9.83%
G=43.10%
B=47.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal522282490.790.0800.02186.494.2659.02
Hex34E4F94F802ba5e3b
Octal64344371117100227213673
Binary110100111001001111100110011111000010101110101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,228,249); }

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

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

 a { background-color: rgb(52,228,249); }

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

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

 span { border-color: rgb(52,228,249); }

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