#55C8CF

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

Shades of Medium Turquoise #55C8CF

Tints of Medium Turquoise #55C8CF

Color information

#55C8CF (or 0x55C8CF) is unknown color: approx Medium Turquoise. HEX triplet: 55, C8 and CF. RGB value is (85,200,207). Sum of RGB (Red+Green+Blue) = 85+200+207=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #55C8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C8CF is #AA3730. Grayscale: #A6A6A6. Windows color (decimal): -11155249 or 13617237. OLE color: 13617237.

HSL color Cylindrical-coordinate representation of color #55C8CF: hue angle of 183.44º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55C8CF is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85200207-
CMYK0.590.0300.19
HSL183.44º55.96%57.25%-
HSV(B)183.44º58.94%81.18%-
XYZ35.6647.7466.37-
YUV166.41150.969.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.28%
GREEN value IS 200 (78.52% from 255) = 40.65%
BLUE value IS 207 (81.25% from 255) = 42.07%
R=17.28%
G=40.65%
B=42.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal852002070.590.0300.19183.4455.9657.25
Hex55C8CF3B3013b73839
Octal1253103177330232677071
Binary101010111001000110011111110111101001110110111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,200,207); }

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

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

 a { background-color: rgb(85,200,207); }

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

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

 span { border-color: rgb(85,200,207); }

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