Html Css Color HEX #55D5CC Medium Turquoise

📋 copy color: '#55D5CC'

red 85 ◦ green 213 ◦ blue 204

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

Shades of Medium Turquoise #55D5CC

Tints of Medium Turquoise #55D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 16.93%
G = 42.43%
B = 40.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#55D5CC (or 0x55D5CC) is known color: Medium Turquoise. HEX triplet: 55, D5 and CC. RGB value is (85,213,204). Sum of RGB (Red+Green+Blue) = 85+213+204=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #55D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D5CC is #AA2A33. Grayscale: #ADADAD. Windows color (decimal): -11151924 or 13423957. OLE color: 13423957.

HSL color Cylindrical-coordinate representation of color #55D5CC: hue angle of 175.78º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D5CC is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 213 204 -
CMYK 0.60 0 0.04 0.16
HSL 175.78º 0.6% 0.58% -
HSV(B) 175.78º 0.6% 0.84% -
XYZ 38.44 53.88 65.5 -
YUV 173.7 145.09 64.73 -
System Red Green Blue C M Y K H S L
Decimal 85 213 204 0.60 0 0.04 0.16 175.78 0.6 0.58
Hex 55 D5 CC 3C 0 4 10 B0 3C 3A
Octal 125 325 314 74 0 4 20 260 74 72
Binary 1010101 11010101 11001100 111100 0 100 10000 10110000 111100 111010

Color Harmonies of #55D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D5CC

Black with #55D5CC

Text Example


Text Example

White with #55D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,213,204); }

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

background-color css

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

 a { background-color: rgb(85,213,204); }

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

border-color css

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

 span { border-color: rgb(85,213,204); }

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