#33ECFA

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

Shades of Turquoise #33ECFA

Tints of Turquoise #33ECFA

Color information

#33ECFA (or 0x33ECFA) is unknown color: approx Turquoise. HEX triplet: 33, EC and FA. RGB value is (51,236,250). Sum of RGB (Red+Green+Blue) = 51+236+250=537 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.50% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #33ECFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33ECFA is #CC1305. Grayscale: #B6B6B6. Windows color (decimal): -13374214 or 16444467. OLE color: 16444467.

HSL color Cylindrical-coordinate representation of color #33ECFA: hue angle of 184.22º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33ECFA is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB51236250-
CMYK0.800.0600.02
HSL184.22º95.22%59.02%-
HSV(B)184.22º79.6%98.04%-
XYZ48.6267.6100.93-
YUV182.28166.2134.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.50%
GREEN value IS 236 (92.58% from 255) = 43.95%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=9.50%
G=43.95%
B=46.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal512362500.800.0600.02184.2295.2259.02
Hex33ECFA50602b85f3b
Octal6335437212060227013773
Binary11001111101100111110101010000110010101110001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,236,250); }

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

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

 a { background-color: rgb(51,236,250); }

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

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

 span { border-color: rgb(51,236,250); }

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