#33EBFA

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

Shades of Turquoise #33EBFA

Tints of Turquoise #33EBFA

Color information

#33EBFA (or 0x33EBFA) is unknown color: approx Turquoise. HEX triplet: 33, EB and FA. RGB value is (51,235,250). Sum of RGB (Red+Green+Blue) = 51+235+250=536 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.51% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #33EBFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EBFA is #CC1405. Grayscale: #B5B5B5. Windows color (decimal): -13374470 or 16444211. OLE color: 16444211.

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

Color convert

RGB51235250-
CMYK0.800.0600.02
HSL184.52º95.22%59.02%-
HSV(B)184.52º79.6%98.04%-
XYZ48.3367.02100.83-
YUV181.69166.5434.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.51%
GREEN value IS 235 (92.19% from 255) = 43.84%
BLUE value IS 250 (98.05% from 255) = 46.64%
R=9.51%
G=43.84%
B=46.64%

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
Decimal512352500.800.0600.02184.5295.2259.02
Hex33EBFA50602b95f3b
Octal6335337212060227113773
Binary11001111101011111110101010000110010101110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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