#35CBCC

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

Shades of Medium Turquoise #35CBCC

Tints of Medium Turquoise #35CBCC

Color information

#35CBCC (or 0x35CBCC) is unknown color: approx Medium Turquoise. HEX triplet: 35, CB and CC. RGB value is (53,203,204). Sum of RGB (Red+Green+Blue) = 53+203+204=460 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.52% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #35CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CBCC is #CA3433. Grayscale: #9E9E9E. Windows color (decimal): -13251636 or 13421365. OLE color: 13421365.

HSL color Cylindrical-coordinate representation of color #35CBCC: hue angle of 180.4º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CBCC is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB53203204-
CMYK0.740.0000.2
HSL180.4º59.68%50.39%-
HSV(B)180.4º74.02%80%-
XYZ33.7247.8364.58-
YUV158.26153.852.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.52%
GREEN value IS 203 (79.69% from 255) = 44.13%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=11.52%
G=44.13%
B=44.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal532032040.740.0000.2180.459.6850.39
Hex35CBCC4A0014b43c32
Octal6531331411200242647462
Binary11010111001011110011001001010001010010110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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