#35CDDA

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

Shades of Medium Turquoise #35CDDA

Tints of Medium Turquoise #35CDDA

Color information

#35CDDA (or 0x35CDDA) is unknown color: approx Medium Turquoise. HEX triplet: 35, CD and DA. RGB value is (53,205,218). Sum of RGB (Red+Green+Blue) = 53+205+218=476 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.13% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #35CDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDDA is #CA3225. Grayscale: #A0A0A0. Windows color (decimal): -13251110 or 14339381. OLE color: 14339381.

HSL color Cylindrical-coordinate representation of color #35CDDA: hue angle of 184.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35CDDA is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB53205218-
CMYK0.760.0600.15
HSL184.73º69.04%53.14%-
HSV(B)184.73º75.69%85.49%-
XYZ35.9549.4873.99-
YUV161.03160.1450.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.13%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 218 (85.55% from 255) = 45.80%
R=11.13%
G=43.07%
B=45.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal532052180.760.0600.15184.7369.0453.14
Hex35CDDA4C60Fb94535
Octal65315332114601727110565
Binary1101011100110111011010100110011001111101110011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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