Html Css Color HEX #55DFCD Medium Turquoise

📋 copy color: '#55DFCD'

red 85 ◦ green 223 ◦ blue 205

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

Shades of Medium Turquoise #55DFCD

Tints of Medium Turquoise #55DFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 16.57%
G = 43.47%
B = 39.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#55DFCD (or 0x55DFCD) is known color: Medium Turquoise. HEX triplet: 55, DF and CD. RGB value is (85,223,205). Sum of RGB (Red+Green+Blue) = 85+223+205=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DFCD is #AA2032. Grayscale: #B3B3B3. Windows color (decimal): -11149363 or 13492053. OLE color: 13492053.

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

Color convert

RGB 85 223 205 -
CMYK 0.62 0 0.08 0.13
HSL 172.17º 0.68% 0.6% -
HSV(B) 172.17º 0.62% 0.87% -
XYZ 41.15 59.11 67 -
YUV 179.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 85 223 205 0.62 0 0.08 0.13 172.17 0.68 0.6
Hex 55 DF CD 3E 0 8 D AC 44 3C
Octal 125 337 315 76 0 10 15 254 104 74
Binary 1010101 11011111 11001101 111110 0 1000 1101 10101100 1000100 111100

Color Harmonies of #55DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DFCD

Black with #55DFCD

Text Example


Text Example

White with #55DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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