#33F5F1

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

Shades of Turquoise #33F5F1

Tints of Turquoise #33F5F1

Color information

#33F5F1 (or 0x33F5F1) is unknown color: approx Turquoise. HEX triplet: 33, F5 and F1. RGB value is (51,245,241). Sum of RGB (Red+Green+Blue) = 51+245+241=537 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.50% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #33F5F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33F5F1 is #CC0A0E. Grayscale: #BABABA. Windows color (decimal): -13371919 or 15856947. OLE color: 15856947.

HSL color Cylindrical-coordinate representation of color #33F5F1: hue angle of 178.76º 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 #33F5F1 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB51245241-
CMYK0.7900.020.04
HSL178.76º90.65%58.04%-
HSV(B)178.76º79.18%96.08%-
XYZ49.8972.3694.56-
YUV186.54158.7331.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.50%
GREEN value IS 245 (96.09% from 255) = 45.62%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=9.50%
G=45.62%
B=44.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal512452410.7900.020.04178.7690.6558.04
Hex33F5F14F024b35b3a
Octal6336536111702426313372
Binary11001111110101111100011001111010100101100111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33F5F1; }

 p { color: rgb(51,245,241); }

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

<style>
 a { background-color: #33F5F1; }

 a { background-color: rgb(51,245,241); }

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

<style>
 span { border-color: #33F5F1; }

 span { border-color: rgb(51,245,241); }

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