Html Css Color HEX #55DFDD Medium Turquoise

📋 copy color: '#55DFDD'

red 85 ◦ green 223 ◦ blue 221

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

Shades of Medium Turquoise #55DFDD

Tints of Medium Turquoise #55DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 16.07%
G = 42.16%
B = 41.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#55DFDD (or 0x55DFDD) is known color: Medium Turquoise. HEX triplet: 55, DF and DD. RGB value is (85,223,221). Sum of RGB (Red+Green+Blue) = 85+223+221=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DFDD is #AA2022. Grayscale: #B5B5B5. Windows color (decimal): -11149347 or 14540629. OLE color: 14540629.

HSL color Cylindrical-coordinate representation of color #55DFDD: hue angle of 179.13º 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 #55DFDD is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 223 221 -
CMYK 0.62 0 0.01 0.13
HSL 179.13º 0.68% 0.6% -
HSV(B) 179.13º 0.62% 0.87% -
XYZ 43.19 59.93 77.7 -
YUV 181.51 150.28 59.16 -
System Red Green Blue C M Y K H S L
Decimal 85 223 221 0.62 0 0.01 0.13 179.13 0.68 0.6
Hex 55 DF DD 3E 0 1 D B3 44 3C
Octal 125 337 335 76 0 1 15 263 104 74
Binary 1010101 11011111 11011101 111110 0 1 1101 10110011 1000100 111100

Color Harmonies of #55DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DFDD

Black with #55DFDD

Text Example


Text Example

White with #55DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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