#35C8C9

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

Shades of Medium Turquoise #35C8C9

Tints of Medium Turquoise #35C8C9

Color information

#35C8C9 (or 0x35C8C9) is unknown color: approx Medium Turquoise. HEX triplet: 35, C8 and C9. RGB value is (53,200,201). Sum of RGB (Red+Green+Blue) = 53+200+201=454 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.67% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #35C8C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C8C9 is #CA3736. Grayscale: #9C9C9C. Windows color (decimal): -13252407 or 13223989. OLE color: 13223989.

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

Color convert

RGB53200201-
CMYK0.740.0000.21
HSL180.41º58.27%49.8%-
HSV(B)180.41º73.63%78.82%-
XYZ32.6746.2862.47-
YUV156.16153.354.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.67%
GREEN value IS 200 (78.52% from 255) = 44.05%
BLUE value IS 201 (78.91% from 255) = 44.27%
R=11.67%
G=44.05%
B=44.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532002010.740.0000.21180.4158.2749.8
Hex35C8C94A0015b43a32
Octal6531031111200252647262
Binary11010111001000110010011001010001010110110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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