Html Css Color HEX #55D8CA Medium Turquoise

📋 copy color: '#55D8CA'

red 85 ◦ green 216 ◦ blue 202

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

Shades of Medium Turquoise #55D8CA

Tints of Medium Turquoise #55D8CA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.94%

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 16.9%
G = 42.94%
B = 40.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#55D8CA (or 0x55D8CA) is known color: Medium Turquoise. HEX triplet: 55, D8 and CA. RGB value is (85,216,202). Sum of RGB (Red+Green+Blue) = 85+216+202=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #55D8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D8CA is #AA2735. Grayscale: #AFAFAF. Windows color (decimal): -11151158 or 13293653. OLE color: 13293653.

HSL color Cylindrical-coordinate representation of color #55D8CA: hue angle of 173.59º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D8CA is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 216 202 -
CMYK 0.61 0 0.06 0.15
HSL 173.59º 0.63% 0.59% -
HSV(B) 173.59º 0.61% 0.85% -
XYZ 38.96 55.31 64.5 -
YUV 175.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 85 216 202 0.61 0 0.06 0.15 173.59 0.63 0.59
Hex 55 D8 CA 3D 0 6 F AE 3F 3B
Octal 125 330 312 75 0 6 17 256 77 73
Binary 1010101 11011000 11001010 111101 0 110 1111 10101110 111111 111011

Color Harmonies of #55D8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D8CA

Black with #55D8CA

Text Example


Text Example

White with #55D8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,216,202); }

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

background-color css

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

 a { background-color: rgb(85,216,202); }

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

border-color css

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

 span { border-color: rgb(85,216,202); }

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