#35CDBB

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

Shades of Medium Turquoise #35CDBB

Tints of Medium Turquoise #35CDBB

Color information

#35CDBB (or 0x35CDBB) is unknown color: approx Medium Turquoise. HEX triplet: 35, CD and BB. RGB value is (53,205,187). Sum of RGB (Red+Green+Blue) = 53+205+187=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDBB is #CA3244. Grayscale: #9D9D9D. Windows color (decimal): -13251141 or 12307765. OLE color: 12307765.

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

Color convert

RGB53205187-
CMYK0.7400.090.20
HSL172.89º60.32%50.59%-
HSV(B)172.89º74.15%80.39%-
XYZ32.2748.0154.58-
YUV157.5144.6453.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.91%
GREEN value IS 205 (80.47% from 255) = 46.07%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=11.91%
G=46.07%
B=42.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532051870.7400.090.20172.8960.3250.59
Hex35CDBB4A0914ad3c33
Octal65315273112011242557463
Binary11010111001101101110111001010010011010010101101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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