#33FFB4

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

Shades of Turquoise #33FFB4

Tints of Turquoise #33FFB4

Color information

#33FFB4 (or 0x33FFB4) is unknown color: approx Turquoise. HEX triplet: 33, FF and B4. RGB value is (51,255,180). Sum of RGB (Red+Green+Blue) = 51+255+180=486 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.49% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFB4 is #CC004B. Grayscale: #B9B9B9. Windows color (decimal): -13369420 or 11861811. OLE color: 11861811.

HSL color Cylindrical-coordinate representation of color #33FFB4: hue angle of 157.94º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFB4 is Cyan = 0.8, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB51255180-
CMYK0.800.290
HSL157.94º100%60%-
HSV(B)157.94º80%100%-
XYZ45.3675.5255.37-
YUV185.45124.9132.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.49%
GREEN value IS 255 (100% from 255) = 52.47%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=10.49%
G=52.47%
B=37.04%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512551800.800.290157.9410060
Hex33FFB45001D09e643c
Octal63377264120035023614474
Binary110011111111111011010010100000111010100111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,255,180); }

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

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

 a { background-color: rgb(51,255,180); }

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

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

 span { border-color: rgb(51,255,180); }

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