#33F3C5

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

Shades of Turquoise #33F3C5

Tints of Turquoise #33F3C5

Color information

#33F3C5 (or 0x33F3C5) is unknown color: approx Turquoise. HEX triplet: 33, F3 and C5. RGB value is (51,243,197). Sum of RGB (Red+Green+Blue) = 51+243+197=491 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.39% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #33F3C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F3C5 is #CC0C3A. Grayscale: #B4B4B4. Windows color (decimal): -13372475 or 12972851. OLE color: 12972851.

HSL color Cylindrical-coordinate representation of color #33F3C5: hue angle of 165.62º degrees, saturation: 0.89, 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 #33F3C5 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB51243197-
CMYK0.7900.190.05
HSL165.62º88.89%57.65%-
HSV(B)165.62º79.01%95.29%-
XYZ43.4968.8463.82-
YUV180.35137.3935.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.39%
GREEN value IS 243 (95.31% from 255) = 49.49%
BLUE value IS 197 (77.34% from 255) = 40.12%
R=10.39%
G=49.49%
B=40.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal512431970.7900.190.05165.6288.8957.65
Hex33F3C54F0135a6593a
Octal63363305117023524613172
Binary11001111110011110001011001111010011101101001101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,243,197); }

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

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

 a { background-color: rgb(51,243,197); }

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

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

 span { border-color: rgb(51,243,197); }

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