#35C4CD

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

Shades of Medium Turquoise #35C4CD

Tints of Medium Turquoise #35C4CD

Color information

#35C4CD (or 0x35C4CD) is unknown color: approx Medium Turquoise. HEX triplet: 35, C4 and CD. RGB value is (53,196,205). Sum of RGB (Red+Green+Blue) = 53+196+205=454 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.67% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #35C4CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C4CD is #CA3B32. Grayscale: #9A9A9A. Windows color (decimal): -13253427 or 13485109. OLE color: 13485109.

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

Color convert

RGB53196205-
CMYK0.740.0400.20
HSL183.55º60.32%50.59%-
HSV(B)183.55º74.15%80.39%-
XYZ32.2344.6464.68-
YUV154.27156.6255.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.67%
GREEN value IS 196 (76.95% from 255) = 43.17%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=11.67%
G=43.17%
B=45.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531962050.740.0400.20183.5560.3250.59
Hex35C4CD4A4014b83c33
Octal6530431511240242707463
Binary1101011100010011001101100101010001010010111000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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