Html Css Color HEX #55DFC9 Medium Turquoise

📋 copy color: '#55DFC9'

red 85 ◦ green 223 ◦ blue 201

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

Shades of Medium Turquoise #55DFC9

Tints of Medium Turquoise #55DFC9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.81%

 BLUE value IS 201 (78.91% from 255) = 39.49%

R = 16.7%
G = 43.81%
B = 39.49%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#55DFC9 (or 0x55DFC9) is known color: Medium Turquoise. HEX triplet: 55, DF and C9. RGB value is (85,223,201). Sum of RGB (Red+Green+Blue) = 85+223+201=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DFC9 is #AA2036. Grayscale: #B3B3B3. Windows color (decimal): -11149367 or 13229909. OLE color: 13229909.

HSL color Cylindrical-coordinate representation of color #55DFC9: hue angle of 170.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DFC9 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 223 201 -
CMYK 0.62 0 0.10 0.13
HSL 170.43º 0.68% 0.6% -
HSV(B) 170.43º 0.62% 0.87% -
XYZ 40.68 58.92 64.49 -
YUV 179.23 140.28 60.79 -
System Red Green Blue C M Y K H S L
Decimal 85 223 201 0.62 0 0.10 0.13 170.43 0.68 0.6
Hex 55 DF C9 3E 0 A D AA 44 3C
Octal 125 337 311 76 0 12 15 252 104 74
Binary 1010101 11011111 11001001 111110 0 1010 1101 10101010 1000100 111100

Color Harmonies of #55DFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DFC9

Black with #55DFC9

Text Example


Text Example

White with #55DFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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