#33F1E5

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

Shades of Turquoise #33F1E5

Tints of Turquoise #33F1E5

Color information

#33F1E5 (or 0x33F1E5) is unknown color: approx Turquoise. HEX triplet: 33, F1 and E5. RGB value is (51,241,229). Sum of RGB (Red+Green+Blue) = 51+241+229=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #33F1E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F1E5 is #CC0E1A. Grayscale: #B6B6B6. Windows color (decimal): -13372955 or 15069491. OLE color: 15069491.

HSL color Cylindrical-coordinate representation of color #33F1E5: hue angle of 176.21º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F1E5 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB51241229-
CMYK0.7900.050.05
HSL176.21º87.16%57.25%-
HSV(B)176.21º78.84%94.51%-
XYZ46.9669.2785.02-
YUV182.82154.0533.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.79%
GREEN value IS 241 (94.53% from 255) = 46.26%
BLUE value IS 229 (89.84% from 255) = 43.95%
R=9.79%
G=46.26%
B=43.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal512412290.7900.050.05176.2187.1657.25
Hex33F1E54F055b05739
Octal6336134511705526012771
Binary110011111100011110010110011110101101101100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,241,229); }

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

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

 a { background-color: rgb(51,241,229); }

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

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

 span { border-color: rgb(51,241,229); }

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