#35CAC4

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

Shades of Medium Turquoise #35CAC4

Tints of Medium Turquoise #35CAC4

Color information

#35CAC4 (or 0x35CAC4) is unknown color: approx Medium Turquoise. HEX triplet: 35, CA and C4. RGB value is (53,202,196). Sum of RGB (Red+Green+Blue) = 53+202+196=451 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.75% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #35CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CAC4 is #CA353B. Grayscale: #9C9C9C. Windows color (decimal): -13251900 or 12896821. OLE color: 12896821.

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

Color convert

RGB53202196-
CMYK0.7400.030.21
HSL177.58º58.43%50%-
HSV(B)177.58º73.76%79.22%-
XYZ32.5546.9859.58-
YUV156.76150.1453.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.75%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 196 (76.95% from 255) = 43.46%
R=11.75%
G=44.79%
B=43.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532021960.7400.030.21177.5858.4350
Hex35CAC44A0315b23a32
Octal6531230411203252627262
Binary110101110010101100010010010100111010110110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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