#33FBE4

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

Shades of Turquoise #33FBE4

Tints of Turquoise #33FBE4

Color information

#33FBE4 (or 0x33FBE4) is unknown color: approx Turquoise. HEX triplet: 33, FB and E4. RGB value is (51,251,228). Sum of RGB (Red+Green+Blue) = 51+251+228=530 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.62% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #33FBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FBE4 is #CC041B. Grayscale: #BCBCBC. Windows color (decimal): -13370396 or 15006515. OLE color: 15006515.

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

Color convert

RGB51251228-
CMYK0.8000.090.02
HSL173.1º96.15%59.22%-
HSV(B)173.1º79.68%98.43%-
XYZ49.8775.385.3-
YUV188.58150.2429.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.62%
GREEN value IS 251 (98.44% from 255) = 47.36%
BLUE value IS 228 (89.45% from 255) = 43.02%
R=9.62%
G=47.36%
B=43.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal512512280.8000.090.02173.196.1559.22
Hex33FBE450092ad603b
Octal63373344120011225514073
Binary110011111110111110010010100000100110101011011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,251,228); }

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

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

 a { background-color: rgb(51,251,228); }

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

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

 span { border-color: rgb(51,251,228); }

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