#33FDC7

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

Shades of Turquoise #33FDC7

Tints of Turquoise #33FDC7

Color information

#33FDC7 (or 0x33FDC7) is unknown color: approx Turquoise. HEX triplet: 33, FD and C7. RGB value is (51,253,199). Sum of RGB (Red+Green+Blue) = 51+253+199=503 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.14% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDC7 is #CC0238. Grayscale: #BABABA. Windows color (decimal): -13369913 or 13106483. OLE color: 13106483.

HSL color Cylindrical-coordinate representation of color #33FDC7: hue angle of 163.96º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FDC7 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB51253199-
CMYK0.8000.210.01
HSL163.96º98.06%59.61%-
HSV(B)163.96º79.84%99.22%-
XYZ46.875.0866.06-
YUV186.45135.0831.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.14%
GREEN value IS 253 (99.22% from 255) = 50.30%
BLUE value IS 199 (78.12% from 255) = 39.56%
R=10.14%
G=50.30%
B=39.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal512531990.8000.210.01163.9698.0659.61
Hex33FDC7500151a4623c
Octal63375307120025124414274
Binary110011111111011100011110100000101011101001001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,253,199); }

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

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

 a { background-color: rgb(51,253,199); }

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

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

 span { border-color: rgb(51,253,199); }

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