#33CEC7

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

Shades of Medium Turquoise #33CEC7

Tints of Medium Turquoise #33CEC7

Color information

#33CEC7 (or 0x33CEC7) is unknown color: approx Medium Turquoise. HEX triplet: 33, CE and C7. RGB value is (51,206,199). Sum of RGB (Red+Green+Blue) = 51+206+199=456 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.18% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEC7 is #CC3138. Grayscale: #9E9E9E. Windows color (decimal): -13381945 or 13094451. OLE color: 13094451.

HSL color Cylindrical-coordinate representation of color #33CEC7: hue angle of 177.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CEC7 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB51206199-
CMYK0.7500.030.19
HSL177.29º61.26%50.39%-
HSV(B)177.29º75.24%80.78%-
XYZ33.7548.9761.71-
YUV158.86150.6551.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.18%
GREEN value IS 206 (80.86% from 255) = 45.18%
BLUE value IS 199 (78.12% from 255) = 43.64%
R=11.18%
G=45.18%
B=43.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal512061990.7500.030.19177.2961.2650.39
Hex33CEC74B0313b13d32
Octal6331630711303232617562
Binary110011110011101100011110010110111001110110001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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