#33FAED

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

Shades of Turquoise #33FAED

Tints of Turquoise #33FAED

Color information

#33FAED (or 0x33FAED) is unknown color: approx Turquoise. HEX triplet: 33, FA and ED. RGB value is (51,250,237). Sum of RGB (Red+Green+Blue) = 51+250+237=538 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.48% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #33FAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FAED is #CC0512. Grayscale: #BCBCBC. Windows color (decimal): -13370643 or 15596083. OLE color: 15596083.

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

Color convert

RGB51250237-
CMYK0.8000.050.02
HSL176.08º95.22%59.02%-
HSV(B)176.08º79.6%98.04%-
XYZ50.8475.1991.95-
YUV189.02155.0729.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.48%
GREEN value IS 250 (98.05% from 255) = 46.47%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=9.48%
G=46.47%
B=44.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal512502370.8000.050.02176.0895.2259.02
Hex33FAED50052b05f3b
Octal6337235512005226013773
Binary11001111111010111011011010000010110101100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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