#33F3CF

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

Shades of Turquoise #33F3CF

Tints of Turquoise #33F3CF

Color information

#33F3CF (or 0x33F3CF) is unknown color: approx Turquoise. HEX triplet: 33, F3 and CF. RGB value is (51,243,207). Sum of RGB (Red+Green+Blue) = 51+243+207=501 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.18% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #33F3CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F3CF is #CC0C30. Grayscale: #B5B5B5. Windows color (decimal): -13372465 or 13628211. OLE color: 13628211.

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

Color convert

RGB51243207-
CMYK0.7900.150.05
HSL168.75º88.89%57.65%-
HSV(B)168.75º79.01%95.29%-
XYZ44.6869.3170.05-
YUV181.49142.3934.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.18%
GREEN value IS 243 (95.31% from 255) = 48.50%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=10.18%
G=48.50%
B=41.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal512432070.7900.150.05168.7588.8957.65
Hex33F3CF4F0F5a9593a
Octal63363317117017525113172
Binary1100111111001111001111100111101111101101010011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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