#35CCBB

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

Shades of Medium Turquoise #35CCBB

Tints of Medium Turquoise #35CCBB

Color information

#35CCBB (or 0x35CCBB) is unknown color: approx Medium Turquoise. HEX triplet: 35, CC and BB. RGB value is (53,204,187). Sum of RGB (Red+Green+Blue) = 53+204+187=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #35CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CCBB is #CA3344. Grayscale: #9C9C9C. Windows color (decimal): -13251397 or 12307509. OLE color: 12307509.

HSL color Cylindrical-coordinate representation of color #35CCBB: hue angle of 173.25º 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 #35CCBB is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB53204187-
CMYK0.7400.080.2
HSL173.25º59.68%50.39%-
HSV(B)173.25º74.02%80%-
XYZ32.0347.5354.5-
YUV156.91144.9753.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.94%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=11.94%
G=45.95%
B=42.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal532041870.7400.080.2173.2559.6850.39
Hex35CCBB4A0814ad3c32
Octal65314273112010242557462
Binary11010111001100101110111001010010001010010101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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