#35CBB5

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

Shades of Medium Turquoise #35CBB5

Tints of Medium Turquoise #35CBB5

Color information

#35CBB5 (or 0x35CBB5) is unknown color: approx Medium Turquoise. HEX triplet: 35, CB and B5. RGB value is (53,203,181). Sum of RGB (Red+Green+Blue) = 53+203+181=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #35CBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CBB5 is #CA344A. Grayscale: #9B9B9B. Windows color (decimal): -13251659 or 11914037. OLE color: 11914037.

HSL color Cylindrical-coordinate representation of color #35CBB5: hue angle of 171.2º degrees, saturation: 0.59, 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 #35CBB5 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB53203181-
CMYK0.7400.110.20
HSL171.2º59.06%50.2%-
HSV(B)171.2º73.89%79.61%-
XYZ31.1646.851.11-
YUV155.64142.354.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.13%
GREEN value IS 203 (79.69% from 255) = 46.45%
BLUE value IS 181 (71.09% from 255) = 41.42%
R=12.13%
G=46.45%
B=41.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532031810.7400.110.20171.259.0650.2
Hex35CBB54A0B14ab3b32
Octal65313265112013242537362
Binary11010111001011101101011001010010111010010101011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,203,181); }

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

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

 a { background-color: rgb(53,203,181); }

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

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

 span { border-color: rgb(53,203,181); }

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