#33F0FF

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

Shades of Turquoise #33F0FF

Tints of Turquoise #33F0FF

Color information

#33F0FF (or 0x33F0FF) is unknown color: approx Turquoise. HEX triplet: 33, F0 and FF. RGB value is (51,240,255). Sum of RGB (Red+Green+Blue) = 51+240+255=546 (72% of max value = 765). Red value is 51 (20.31% from 255 or 9.34% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #33F0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33F0FF is #CC0F00. Grayscale: #B8B8B8. Windows color (decimal): -13373185 or 16773171. OLE color: 16773171.

HSL color Cylindrical-coordinate representation of color #33F0FF: hue angle of 184.41º 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 #33F0FF is Cyan = 0.8, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51240255-
CMYK0.80.0600
HSL184.41º100%60%-
HSV(B)184.41º80%100%-
XYZ50.5870.24105.5-
YUV185.2167.3832.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.34%
GREEN value IS 240 (94.14% from 255) = 43.96%
BLUE value IS 255 (100% from 255) = 46.70%
R=9.34%
G=43.96%
B=46.70%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512402550.80.0600184.4110060
Hex33F0FF50600b8643c
Octal6336037712060027014474
Binary1100111111000011111111101000011000101110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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