#35C0CA

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

Shades of Medium Turquoise #35C0CA

Tints of Medium Turquoise #35C0CA

Color information

#35C0CA (or 0x35C0CA) is unknown color: approx Medium Turquoise. HEX triplet: 35, C0 and CA. RGB value is (53,192,202). Sum of RGB (Red+Green+Blue) = 53+192+202=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #35C0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C0CA is #CA3F35. Grayscale: #979797. Windows color (decimal): -13254454 or 13287477. OLE color: 13287477.

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

Color convert

RGB53192202-
CMYK0.740.0500.21
HSL184.03º58.43%50%-
HSV(B)184.03º73.76%79.22%-
XYZ30.9842.7262.49-
YUV151.58156.4557.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.86%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=11.86%
G=42.95%
B=45.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531922020.740.0500.21184.0358.4350
Hex35C0CA4A5015b83a32
Octal6530031211250252707262
Binary1101011100000011001010100101010101010110111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,192,202); }

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

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

 a { background-color: rgb(53,192,202); }

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

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

 span { border-color: rgb(53,192,202); }

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