#35C4D4

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

Shades of Medium Turquoise #35C4D4

Tints of Medium Turquoise #35C4D4

Color information

#35C4D4 (or 0x35C4D4) is unknown color: approx Medium Turquoise. HEX triplet: 35, C4 and D4. RGB value is (53,196,212). Sum of RGB (Red+Green+Blue) = 53+196+212=461 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.50% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 212 - color contains mainly: blue. Hex color #35C4D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C4D4 is #CA3B2B. Grayscale: #9A9A9A. Windows color (decimal): -13253420 or 13943861. OLE color: 13943861.

HSL color Cylindrical-coordinate representation of color #35C4D4: hue angle of 186.04º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35C4D4 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB53196212-
CMYK0.750.0800.17
HSL186.04º64.9%51.96%-
HSV(B)186.04º75%83.14%-
XYZ33.0944.9969.23-
YUV155.07160.1255.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.50%
GREEN value IS 196 (76.95% from 255) = 42.52%
BLUE value IS 212 (83.20% from 255) = 45.99%
R=11.50%
G=42.52%
B=45.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal531962120.750.0800.17186.0464.951.96
Hex35C4D44B8011ba4134
Octal653043241131002127210164
Binary110101110001001101010010010111000010001101110101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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