#33FFD7

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

Shades of Turquoise #33FFD7

Tints of Turquoise #33FFD7

Color information

#33FFD7 (or 0x33FFD7) is unknown color: approx Turquoise. HEX triplet: 33, FF and D7. RGB value is (51,255,215). Sum of RGB (Red+Green+Blue) = 51+255+215=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFD7 is #CC0028. Grayscale: #BDBDBD. Windows color (decimal): -13369385 or 14155571. OLE color: 14155571.

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

Color convert

RGB51255215-
CMYK0.800.160
HSL168.24º100%60%-
HSV(B)168.24º80%100%-
XYZ49.3977.1376.57-
YUV189.44142.4129.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.79%
GREEN value IS 255 (100% from 255) = 48.94%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=9.79%
G=48.94%
B=41.27%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512552150.800.160168.2410060
Hex33FFD7500100a8643c
Octal63377327120020025014474
Binary110011111111111101011110100000100000101010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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