Html Css Color HEX #55CCB9 Medium Turquoise

📋 copy color: '#55CCB9'

red 85 ◦ green 204 ◦ blue 185

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

Shades of Medium Turquoise #55CCB9

Tints of Medium Turquoise #55CCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.04%

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 17.93%
G = 43.04%
B = 39.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#55CCB9 (or 0x55CCB9) is known color: Medium Turquoise. HEX triplet: 55, CC and B9. RGB value is (85,204,185). Sum of RGB (Red+Green+Blue) = 85+204+185=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCB9 is #AA3346. Grayscale: #A6A6A6. Windows color (decimal): -11154247 or 12176469. OLE color: 12176469.

HSL color Cylindrical-coordinate representation of color #55CCB9: hue angle of 170.42º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CCB9 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 185 -
CMYK 0.58 0 0.09 0.2
HSL 170.42º 0.54% 0.57% -
HSV(B) 170.42º 0.58% 0.8% -
XYZ 34.1 48.62 53.49 -
YUV 166.25 138.58 70.04 -
System Red Green Blue C M Y K H S L
Decimal 85 204 185 0.58 0 0.09 0.2 170.42 0.54 0.57
Hex 55 CC B9 3A 0 9 14 AA 36 39
Octal 125 314 271 72 0 11 24 252 66 71
Binary 1010101 11001100 10111001 111010 0 1001 10100 10101010 110110 111001

Color Harmonies of #55CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCB9

Black with #55CCB9

Text Example


Text Example

White with #55CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,204,185); }

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

background-color css

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

 a { background-color: rgb(85,204,185); }

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

border-color css

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

 span { border-color: rgb(85,204,185); }

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