#35CCDF

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

Shades of Medium Turquoise #35CCDF

Tints of Medium Turquoise #35CCDF

Color information

#35CCDF (or 0x35CCDF) is unknown color: approx Medium Turquoise. HEX triplet: 35, CC and DF. RGB value is (53,204,223). Sum of RGB (Red+Green+Blue) = 53+204+223=480 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.04% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #35CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CCDF is #CA3320. Grayscale: #A0A0A0. Windows color (decimal): -13251361 or 14666805. OLE color: 14666805.

HSL color Cylindrical-coordinate representation of color #35CCDF: hue angle of 186.71º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35CCDF is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53204223-
CMYK0.760.0900.13
HSL186.71º72.65%54.12%-
HSV(B)186.71º76.23%87.45%-
XYZ36.3849.2777.4-
YUV161.02162.9750.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.04%
GREEN value IS 204 (80.08% from 255) = 42.5%
BLUE value IS 223 (87.5% from 255) = 46.46%
R=11.04%
G=42.5%
B=46.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532042230.760.0900.13186.7172.6554.12
Hex35CCDF4C90Dbb4936
Octal653143371141101527311166
Binary11010111001100110111111001100100101101101110111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,204,223); }

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

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

 a { background-color: rgb(53,204,223); }

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

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

 span { border-color: rgb(53,204,223); }

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