#35CEB8

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

Shades of Medium Turquoise #35CEB8

Tints of Medium Turquoise #35CEB8

Color information

#35CEB8 (or 0x35CEB8) is unknown color: approx Medium Turquoise. HEX triplet: 35, CE and B8. RGB value is (53,206,184). Sum of RGB (Red+Green+Blue) = 53+206+184=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #35CEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CEB8 is #CA3147. Grayscale: #9D9D9D. Windows color (decimal): -13250888 or 12111413. OLE color: 12111413.

HSL color Cylindrical-coordinate representation of color #35CEB8: hue angle of 171.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CEB8 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB53206184-
CMYK0.7400.110.19
HSL171.37º60.96%50.78%-
HSV(B)171.37º74.27%80.78%-
XYZ32.1948.3652.99-
YUV157.74142.8153.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.96%
GREEN value IS 206 (80.86% from 255) = 46.50%
BLUE value IS 184 (72.27% from 255) = 41.53%
R=11.96%
G=46.50%
B=41.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal532061840.7400.110.19171.3760.9650.78
Hex35CEB84A0B13ab3d33
Octal65316270112013232537563
Binary11010111001110101110001001010010111001110101011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35CEB8; }

 p { color: rgb(53,206,184); }

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

<style>
 a { background-color: #35CEB8; }

 a { background-color: rgb(53,206,184); }

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

<style>
 span { border-color: #35CEB8; }

 span { border-color: rgb(53,206,184); }

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