#55CFD6

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

Shades of Medium Turquoise #55CFD6

Tints of Medium Turquoise #55CFD6

Color information

#55CFD6 (or 0x55CFD6) is unknown color: approx Medium Turquoise. HEX triplet: 55, CF and D6. RGB value is (85,207,214). Sum of RGB (Red+Green+Blue) = 85+207+214=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #55CFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFD6 is #AA3029. Grayscale: #ABABAB. Windows color (decimal): -11153450 or 14077781. OLE color: 14077781.

HSL color Cylindrical-coordinate representation of color #55CFD6: hue angle of 183.26º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55CFD6 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85207214-
CMYK0.600.0300.16
HSL183.26º61.14%58.63%-
HSV(B)183.26º60.28%83.92%-
XYZ38.251.4171.53-
YUV171.32152.0866.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.80%
GREEN value IS 207 (81.25% from 255) = 40.91%
BLUE value IS 214 (83.98% from 255) = 42.29%
R=16.80%
G=40.91%
B=42.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852072140.600.0300.16183.2661.1458.63
Hex55CFD63C3010b73d3b
Octal1253173267430202677573
Binary101010111001111110101101111001101000010110111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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