Html Css Color HEX #55DCC3 Medium Turquoise

📋 copy color: '#55DCC3'

red 85 ◦ green 220 ◦ blue 195

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

Shades of Medium Turquoise #55DCC3

Tints of Medium Turquoise #55DCC3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

 BLUE value IS 195 (76.56% from 255) = 39%

R = 17%
G = 44%
B = 39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#55DCC3 (or 0x55DCC3) is known color: Medium Turquoise. HEX triplet: 55, DC and C3. RGB value is (85,220,195). Sum of RGB (Red+Green+Blue) = 85+220+195=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCC3 is #AA233C. Grayscale: #B0B0B0. Windows color (decimal): -11150141 or 12835925. OLE color: 12835925.

HSL color Cylindrical-coordinate representation of color #55DCC3: hue angle of 168.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DCC3 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 220 195 -
CMYK 0.61 0 0.11 0.14
HSL 168.89º 0.66% 0.6% -
HSV(B) 168.89º 0.61% 0.86% -
XYZ 39.19 57.06 60.58 -
YUV 176.79 138.27 62.53 -
System Red Green Blue C M Y K H S L
Decimal 85 220 195 0.61 0 0.11 0.14 168.89 0.66 0.6
Hex 55 DC C3 3D 0 B E A9 42 3C
Octal 125 334 303 75 0 13 16 251 102 74
Binary 1010101 11011100 11000011 111101 0 1011 1110 10101001 1000010 111100

Color Harmonies of #55DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DCC3

Black with #55DCC3

Text Example


Text Example

White with #55DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,220,195); }

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

background-color css

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

 a { background-color: rgb(85,220,195); }

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

border-color css

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

 span { border-color: rgb(85,220,195); }

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