#33F5BF

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

Shades of Turquoise #33F5BF

Tints of Turquoise #33F5BF

Color information

#33F5BF (or 0x33F5BF) is unknown color: approx Turquoise. HEX triplet: 33, F5 and BF. RGB value is (51,245,191). Sum of RGB (Red+Green+Blue) = 51+245+191=487 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.47% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #33F5BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F5BF is #CC0A40. Grayscale: #B4B4B4. Windows color (decimal): -13371969 or 12580147. OLE color: 12580147.

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

Color convert

RGB51245191-
CMYK0.7900.220.04
HSL163.3º90.65%58.04%-
HSV(B)163.3º79.18%96.08%-
XYZ43.4269.7760.47-
YUV180.84133.7335.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.47%
GREEN value IS 245 (96.09% from 255) = 50.31%
BLUE value IS 191 (75% from 255) = 39.22%
R=10.47%
G=50.31%
B=39.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal512451910.7900.220.04163.390.6558.04
Hex33F5BF4F0164a35b3a
Octal63365277117026424313372
Binary11001111110101101111111001111010110100101000111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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