#35CDC5

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

Shades of Medium Turquoise #35CDC5

Tints of Medium Turquoise #35CDC5

Color information

#35CDC5 (or 0x35CDC5) is unknown color: approx Medium Turquoise. HEX triplet: 35, CD and C5. RGB value is (53,205,197). Sum of RGB (Red+Green+Blue) = 53+205+197=455 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.65% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDC5 is #CA323A. Grayscale: #9E9E9E. Windows color (decimal): -13251131 or 12963125. OLE color: 12963125.

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

Color convert

RGB53205197-
CMYK0.7400.040.20
HSL176.84º60.32%50.59%-
HSV(B)176.84º74.15%80.39%-
XYZ33.3848.4560.42-
YUV158.64149.6452.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.65%
GREEN value IS 205 (80.47% from 255) = 45.05%
BLUE value IS 197 (77.34% from 255) = 43.30%
R=11.65%
G=45.05%
B=43.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532051970.7400.040.20176.8460.3250.59
Hex35CDC54A0414b13c33
Octal6531530511204242617463
Binary1101011100110111000101100101001001010010110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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