#33F5CA

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

Shades of Turquoise #33F5CA

Tints of Turquoise #33F5CA

Color information

#33F5CA (or 0x33F5CA) is unknown color: approx Turquoise. HEX triplet: 33, F5 and CA. RGB value is (51,245,202). Sum of RGB (Red+Green+Blue) = 51+245+202=498 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.24% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #33F5CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F5CA is #CC0A35. Grayscale: #B6B6B6. Windows color (decimal): -13371958 or 13301043. OLE color: 13301043.

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

Color convert

RGB51245202-
CMYK0.7900.180.04
HSL166.7º90.65%58.04%-
HSV(B)166.7º79.18%96.08%-
XYZ44.6870.2767.09-
YUV182.09139.2334.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.24%
GREEN value IS 245 (96.09% from 255) = 49.20%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=10.24%
G=49.20%
B=40.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal512452020.7900.180.04166.790.6558.04
Hex33F5CA4F0124a75b3a
Octal63365312117022424713372
Binary11001111110101110010101001111010010100101001111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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