#33F6B4

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

Shades of Turquoise #33F6B4

Tints of Turquoise #33F6B4

Color information

#33F6B4 (or 0x33F6B4) is unknown color: approx Turquoise. HEX triplet: 33, F6 and B4. RGB value is (51,246,180). Sum of RGB (Red+Green+Blue) = 51+246+180=477 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.69% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #33F6B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F6B4 is #CC094B. Grayscale: #B4B4B4. Windows color (decimal): -13371724 or 11859507. OLE color: 11859507.

HSL color Cylindrical-coordinate representation of color #33F6B4: hue angle of 159.69º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F6B4 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB51246180-
CMYK0.7900.270.04
HSL159.69º91.55%58.24%-
HSV(B)159.69º79.27%96.47%-
XYZ42.5669.9154.43-
YUV180.17127.935.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.69%
GREEN value IS 246 (96.48% from 255) = 51.57%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=10.69%
G=51.57%
B=37.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal512461800.7900.270.04159.6991.5558.24
Hex33F6B44F01B4a05c3a
Octal63366264117033424013472
Binary11001111110110101101001001111011011100101000001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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