#33FFF5

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

Shades of Turquoise #33FFF5

Tints of Turquoise #33FFF5

Color information

#33FFF5 (or 0x33FFF5) is unknown color: approx Turquoise. HEX triplet: 33, FF and F5. RGB value is (51,255,245). Sum of RGB (Red+Green+Blue) = 51+255+245=551 (72% of max value = 765). Red value is 51 (20.31% from 255 or 9.26% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FFF5 is #CC000A. Grayscale: #C0C0C0. Windows color (decimal): -13369355 or 16121651. OLE color: 16121651.

HSL color Cylindrical-coordinate representation of color #33FFF5: hue angle of 177.06º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFF5 is Cyan = 0.8, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB51255245-
CMYK0.800.040
HSL177.06º100%60%-
HSV(B)177.06º80%100%-
XYZ53.6178.8298.77-
YUV192.86157.4126.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.26%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 245 (96.09% from 255) = 44.46%
R=9.26%
G=46.28%
B=44.46%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512552450.800.040177.0610060
Hex33FFF550040b1643c
Octal6337736512004026114474
Binary1100111111111111110101101000001000101100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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