#33F6D3

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

Shades of Turquoise #33F6D3

Tints of Turquoise #33F6D3

Color information

#33F6D3 (or 0x33F6D3) is unknown color: approx Turquoise. HEX triplet: 33, F6 and D3. RGB value is (51,246,211). Sum of RGB (Red+Green+Blue) = 51+246+211=508 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.04% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #33F6D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F6D3 is #CC092C. Grayscale: #B7B7B7. Windows color (decimal): -13371693 or 13891123. OLE color: 13891123.

HSL color Cylindrical-coordinate representation of color #33F6D3: hue angle of 169.23º 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 #33F6D3 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB51246211-
CMYK0.7900.140.04
HSL169.23º91.55%58.24%-
HSV(B)169.23º79.27%96.47%-
XYZ46.0871.3272.97-
YUV183.7143.433.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.04%
GREEN value IS 246 (96.48% from 255) = 48.43%
BLUE value IS 211 (82.81% from 255) = 41.54%
R=10.04%
G=48.43%
B=41.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal512462110.7900.140.04169.2391.5558.24
Hex33F6D34F0E4a95c3a
Octal63366323117016425113472
Binary1100111111011011010011100111101110100101010011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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