#35C8BD

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

Shades of Medium Turquoise #35C8BD

Tints of Medium Turquoise #35C8BD

Color information

#35C8BD (or 0x35C8BD) is unknown color: approx Medium Turquoise. HEX triplet: 35, C8 and BD. RGB value is (53,200,189). Sum of RGB (Red+Green+Blue) = 53+200+189=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #35C8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C8BD is #CA3742. Grayscale: #9A9A9A. Windows color (decimal): -13252419 or 12437557. OLE color: 12437557.

HSL color Cylindrical-coordinate representation of color #35C8BD: hue angle of 175.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C8BD is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB53200189-
CMYK0.7400.060.22
HSL175.51º58.1%49.61%-
HSV(B)175.51º73.5%78.43%-
XYZ31.3145.7455.32-
YUV154.79147.355.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.99%
GREEN value IS 200 (78.52% from 255) = 45.25%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=11.99%
G=45.25%
B=42.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal532001890.7400.060.22175.5158.149.61
Hex35C8BD4A0616b03a32
Octal6531027511206262607262
Binary1101011100100010111101100101001101011010110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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