#34E3F2

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

Shades of Turquoise #34E3F2

Tints of Turquoise #34E3F2

Color information

#34E3F2 (or 0x34E3F2) is unknown color: approx Turquoise. HEX triplet: 34, E3 and F2. RGB value is (52,227,242). Sum of RGB (Red+Green+Blue) = 52+227+242=521 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.98% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #34E3F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34E3F2 is #CB1C0D. Grayscale: #B0B0B0. Windows color (decimal): -13310990 or 15917876. OLE color: 15917876.

HSL color Cylindrical-coordinate representation of color #34E3F2: hue angle of 184.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34E3F2 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB52227242-
CMYK0.790.0600.05
HSL184.74º87.96%57.65%-
HSV(B)184.74º78.51%94.9%-
XYZ44.9162.0893.62-
YUV176.38165.0239.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.98%
GREEN value IS 227 (89.06% from 255) = 43.57%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=9.98%
G=43.57%
B=46.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522272420.790.0600.05184.7487.9657.65
Hex34E3F24F605b9583a
Octal6434336211760527113072
Binary110100111000111111001010011111100101101110011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,227,242); }

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

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

 a { background-color: rgb(52,227,242); }

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

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

 span { border-color: rgb(52,227,242); }

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