#33F2C1

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

Shades of Turquoise #33F2C1

Tints of Turquoise #33F2C1

Color information

#33F2C1 (or 0x33F2C1) is unknown color: approx Turquoise. HEX triplet: 33, F2 and C1. RGB value is (51,242,193). Sum of RGB (Red+Green+Blue) = 51+242+193=486 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.49% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #33F2C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F2C1 is #CC0D3E. Grayscale: #B3B3B3. Windows color (decimal): -13372735 or 12710451. OLE color: 12710451.

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

Color convert

RGB51242193-
CMYK0.7900.200.05
HSL164.61º88.02%57.45%-
HSV(B)164.61º78.93%94.9%-
XYZ42.7468.0661.34-
YUV179.3135.7236.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.49%
GREEN value IS 242 (94.92% from 255) = 49.79%
BLUE value IS 193 (75.78% from 255) = 39.71%
R=10.49%
G=49.79%
B=39.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal512421930.7900.200.05164.6188.0257.45
Hex33F2C14F0145a55839
Octal63362301117024524513071
Binary11001111110010110000011001111010100101101001011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,242,193); }

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

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

 a { background-color: rgb(51,242,193); }

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

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

 span { border-color: rgb(51,242,193); }

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