#33FAEB

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

Shades of Turquoise #33FAEB

Tints of Turquoise #33FAEB

Color information

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

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

Color convert

RGB51250235-
CMYK0.8000.060.02
HSL175.48º95.22%59.02%-
HSV(B)175.48º79.6%98.04%-
XYZ50.5575.0790.42-
YUV188.79154.0729.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal512502350.8000.060.02175.4895.2259.02
Hex33FAEB50062af5f3b
Octal6337235312006225713773
Binary11001111111010111010111010000011010101011111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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