#33FFD0

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

Shades of Turquoise #33FFD0

Tints of Turquoise #33FFD0

Color information

#33FFD0 (or 0x33FFD0) is unknown color: approx Turquoise. HEX triplet: 33, FF and D0. RGB value is (51,255,208). Sum of RGB (Red+Green+Blue) = 51+255+208=514 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.92% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFD0 is #CC002F. Grayscale: #BCBCBC. Windows color (decimal): -13369392 or 13696819. OLE color: 13696819.

HSL color Cylindrical-coordinate representation of color #33FFD0: hue angle of 166.18º 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 #33FFD0 is Cyan = 0.8, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB51255208-
CMYK0.800.180
HSL166.18º100%60%-
HSV(B)166.18º80%100%-
XYZ48.5176.7871.94-
YUV188.65138.9129.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.92%
GREEN value IS 255 (100% from 255) = 49.61%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=9.92%
G=49.61%
B=40.47%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512552080.800.180166.1810060
Hex33FFD0500120a6643c
Octal63377320120022024614474
Binary110011111111111101000010100000100100101001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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