#35CBDE

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

Shades of Medium Turquoise #35CBDE

Tints of Medium Turquoise #35CBDE

Color information

#35CBDE (or 0x35CBDE) is unknown color: approx Medium Turquoise. HEX triplet: 35, CB and DE. RGB value is (53,203,222). Sum of RGB (Red+Green+Blue) = 53+203+222=478 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.09% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #35CBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CBDE is #CA3421. Grayscale: #A0A0A0. Windows color (decimal): -13251618 or 14601013. OLE color: 14601013.

HSL color Cylindrical-coordinate representation of color #35CBDE: hue angle of 186.75º degrees, saturation: 0.72, 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 #35CBDE is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53203222-
CMYK0.760.0900.13
HSL186.75º71.91%53.92%-
HSV(B)186.75º76.13%87.06%-
XYZ36.0148.7476.62-
YUV160.32162.851.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.09%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=11.09%
G=42.47%
B=46.44%

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
Decimal532032220.760.0900.13186.7571.9153.92
Hex35CBDE4C90Dbb4836
Octal653133361141101527311066
Binary11010111001011110111101001100100101101101110111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,203,222); }

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

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

 a { background-color: rgb(53,203,222); }

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

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

 span { border-color: rgb(53,203,222); }

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