#35CCBD

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

Shades of Medium Turquoise #35CCBD

Tints of Medium Turquoise #35CCBD

Color information

#35CCBD (or 0x35CCBD) is unknown color: approx Medium Turquoise. HEX triplet: 35, CC and BD. RGB value is (53,204,189). Sum of RGB (Red+Green+Blue) = 53+204+189=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #35CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CCBD is #CA3342. Grayscale: #9D9D9D. Windows color (decimal): -13251395 or 12438581. OLE color: 12438581.

HSL color Cylindrical-coordinate representation of color #35CCBD: hue angle of 174.04º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CCBD is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB53204189-
CMYK0.7400.070.2
HSL174.04º59.68%50.39%-
HSV(B)174.04º74.02%80%-
XYZ32.2547.6255.64-
YUV157.14145.9753.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.88%
GREEN value IS 204 (80.08% from 255) = 45.74%
BLUE value IS 189 (74.22% from 255) = 42.38%
R=11.88%
G=45.74%
B=42.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal532041890.7400.070.2174.0459.6850.39
Hex35CCBD4A0714ae3c32
Octal6531427511207242567462
Binary1101011100110010111101100101001111010010101110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,204,189); }

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

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

 a { background-color: rgb(53,204,189); }

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

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

 span { border-color: rgb(53,204,189); }

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