Html Css Color HEX #55C8BD Medium Turquoise

📋 copy color: '#55C8BD'

red 85 ◦ green 200 ◦ blue 189

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

Shades of Medium Turquoise #55C8BD

Tints of Medium Turquoise #55C8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.19%

 BLUE value IS 189 (74.22% from 255) = 39.87%

R = 17.93%
G = 42.19%
B = 39.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#55C8BD (or 0x55C8BD) is known color: Medium Turquoise. HEX triplet: 55, C8 and BD. RGB value is (85,200,189). Sum of RGB (Red+Green+Blue) = 85+200+189=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #55C8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C8BD is #AA3742. Grayscale: #A4A4A4. Windows color (decimal): -11155267 or 12437589. OLE color: 12437589.

HSL color Cylindrical-coordinate representation of color #55C8BD: hue angle of 174.26º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C8BD is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 200 189 -
CMYK 0.58 0 0.06 0.22
HSL 174.26º 0.51% 0.56% -
HSV(B) 174.26º 0.58% 0.78% -
XYZ 33.59 46.91 55.43 -
YUV 164.36 141.9 71.39 -
System Red Green Blue C M Y K H S L
Decimal 85 200 189 0.58 0 0.06 0.22 174.26 0.51 0.56
Hex 55 C8 BD 3A 0 6 16 AE 33 38
Octal 125 310 275 72 0 6 26 256 63 70
Binary 1010101 11001000 10111101 111010 0 110 10110 10101110 110011 111000

Color Harmonies of #55C8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C8BD

Black with #55C8BD

Text Example


Text Example

White with #55C8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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