#33FFC7

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

Shades of Turquoise #33FFC7

Tints of Turquoise #33FFC7

Color information

#33FFC7 (or 0x33FFC7) is unknown color: approx Turquoise. HEX triplet: 33, FF and C7. RGB value is (51,255,199). Sum of RGB (Red+Green+Blue) = 51+255+199=505 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.10% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFC7 is #CC0038. Grayscale: #BBBBBB. Windows color (decimal): -13369401 or 13106995. OLE color: 13106995.

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

Color convert

RGB51255199-
CMYK0.800.220
HSL163.53º100%60%-
HSV(B)163.53º80%100%-
XYZ47.4376.3566.27-
YUV187.62134.4130.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.10%
GREEN value IS 255 (100% from 255) = 50.50%
BLUE value IS 199 (78.12% from 255) = 39.41%
R=10.10%
G=50.50%
B=39.41%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512551990.800.220163.5310060
Hex33FFC7500160a4643c
Octal63377307120026024414474
Binary110011111111111100011110100000101100101001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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