#55C6CB

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

Shades of Medium Turquoise #55C6CB

Tints of Medium Turquoise #55C6CB

Color information

#55C6CB (or 0x55C6CB) is unknown color: approx Medium Turquoise. HEX triplet: 55, C6 and CB. RGB value is (85,198,203). Sum of RGB (Red+Green+Blue) = 85+198+203=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #55C6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C6CB is #AA3934. Grayscale: #A4A4A4. Windows color (decimal): -11155765 or 13354581. OLE color: 13354581.

HSL color Cylindrical-coordinate representation of color #55C6CB: hue angle of 182.54º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C6CB is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85198203-
CMYK0.580.0200.20
HSL182.54º53.15%56.47%-
HSV(B)182.54º58.13%79.61%-
XYZ34.7246.6363.67-
YUV164.78149.5671.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.49%
GREEN value IS 198 (77.73% from 255) = 40.74%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=17.49%
G=40.74%
B=41.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851982030.580.0200.20182.5453.1556.47
Hex55C6CB3A2014b73538
Octal1253063137220242676570
Binary101010111000110110010111110101001010010110111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C6CB; }

 p { color: rgb(85,198,203); }

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

<style>
 a { background-color: #55C6CB; }

 a { background-color: rgb(85,198,203); }

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

<style>
 span { border-color: #55C6CB; }

 span { border-color: rgb(85,198,203); }

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