Html Css Color HEX #55D6CE Medium Turquoise

📋 copy color: '#55D6CE'

red 85 ◦ green 214 ◦ blue 206

#55D6CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #55D6CE

Tints of Medium Turquoise #55D6CE

RGB

 RED value IS 85 (33.59% from 255) = 16.83%

 GREEN value IS 214 (83.98% from 255) = 42.38%

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 16.83%
G = 42.38%
B = 40.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#55D6CE (or 0x55D6CE) is known color: Medium Turquoise. HEX triplet: 55, D6 and CE. RGB value is (85,214,206). Sum of RGB (Red+Green+Blue) = 85+214+206=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #55D6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D6CE is #AA2931. Grayscale: #AEAEAE. Windows color (decimal): -11151666 or 13555285. OLE color: 13555285.

HSL color Cylindrical-coordinate representation of color #55D6CE: hue angle of 176.28º 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 #55D6CE is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 214 206 -
CMYK 0.60 0 0.04 0.16
HSL 176.28º 0.61% 0.59% -
HSV(B) 176.28º 0.6% 0.84% -
XYZ 38.93 54.48 66.86 -
YUV 174.52 145.76 64.15 -
System Red Green Blue C M Y K H S L
Decimal 85 214 206 0.60 0 0.04 0.16 176.28 0.61 0.59
Hex 55 D6 CE 3C 0 4 10 B0 3D 3B
Octal 125 326 316 74 0 4 20 260 75 73
Binary 1010101 11010110 11001110 111100 0 100 10000 10110000 111101 111011

Color Harmonies of #55D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D6CE

Black with #55D6CE

Text Example


Text Example

White with #55D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55D6CE;
 }
 .AnyTagClassName
 {
   color: #55D6CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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