#33E9FC

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

Shades of Turquoise #33E9FC

Tints of Turquoise #33E9FC

Color information

#33E9FC (or 0x33E9FC) is unknown color: approx Turquoise. HEX triplet: 33, E9 and FC. RGB value is (51,233,252). Sum of RGB (Red+Green+Blue) = 51+233+252=536 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.51% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #33E9FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33E9FC is #CC1603. Grayscale: #B4B4B4. Windows color (decimal): -13374980 or 16574771. OLE color: 16574771.

HSL color Cylindrical-coordinate representation of color #33E9FC: hue angle of 185.67º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33E9FC is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB51233252-
CMYK0.800.0800.01
HSL185.67º97.1%59.41%-
HSV(B)185.67º79.76%98.82%-
XYZ48.0766.01102.3-
YUV180.75168.235.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.51%
GREEN value IS 233 (91.41% from 255) = 43.47%
BLUE value IS 252 (98.83% from 255) = 47.01%
R=9.51%
G=43.47%
B=47.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal512332520.800.0800.01185.6797.159.41
Hex33E9FC50801ba613b
Octal63351374120100127214173
Binary11001111101001111111001010000100001101110101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,233,252); }

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

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

 a { background-color: rgb(51,233,252); }

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

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

 span { border-color: rgb(51,233,252); }

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