Html Css Color HEX #55C9BA Medium Turquoise

📋 copy color: '#55C9BA'

red 85 ◦ green 201 ◦ blue 186

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

Shades of Medium Turquoise #55C9BA

Tints of Medium Turquoise #55C9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.58%

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 18.01%
G = 42.58%
B = 39.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#55C9BA (or 0x55C9BA) is known color: Medium Turquoise. HEX triplet: 55, C9 and BA. RGB value is (85,201,186). Sum of RGB (Red+Green+Blue) = 85+201+186=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #55C9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C9BA is #AA3645. Grayscale: #A4A4A4. Windows color (decimal): -11155014 or 12241237. OLE color: 12241237.

HSL color Cylindrical-coordinate representation of color #55C9BA: hue angle of 172.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C9BA is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 201 186 -
CMYK 0.58 0 0.07 0.21
HSL 172.24º 0.52% 0.56% -
HSV(B) 172.24º 0.58% 0.79% -
XYZ 33.5 47.25 53.81 -
YUV 164.61 140.07 71.22 -
System Red Green Blue C M Y K H S L
Decimal 85 201 186 0.58 0 0.07 0.21 172.24 0.52 0.56
Hex 55 C9 BA 3A 0 7 15 AC 34 38
Octal 125 311 272 72 0 7 25 254 64 70
Binary 1010101 11001001 10111010 111010 0 111 10101 10101100 110100 111000

Color Harmonies of #55C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C9BA

Black with #55C9BA

Text Example


Text Example

White with #55C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,201,186); }

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

background-color css

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

 a { background-color: rgb(85,201,186); }

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

border-color css

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

 span { border-color: rgb(85,201,186); }

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