Html Css Color HEX #55DBCC Medium Turquoise

📋 copy color: '#55DBCC'

red 85 ◦ green 219 ◦ blue 204

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

Shades of Medium Turquoise #55DBCC

Tints of Medium Turquoise #55DBCC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

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

R = 16.73%
G = 43.11%
B = 40.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#55DBCC (or 0x55DBCC) is known color: Medium Turquoise. HEX triplet: 55, DB and CC. RGB value is (85,219,204). Sum of RGB (Red+Green+Blue) = 85+219+204=508 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.73% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBCC is #AA2433. Grayscale: #B1B1B1. Windows color (decimal): -11150388 or 13425493. OLE color: 13425493.

HSL color Cylindrical-coordinate representation of color #55DBCC: hue angle of 173.28º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DBCC is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 219 204 -
CMYK 0.61 0 0.07 0.14
HSL 173.28º 0.65% 0.6% -
HSV(B) 173.28º 0.61% 0.86% -
XYZ 39.98 56.95 66.01 -
YUV 177.22 143.11 62.22 -
System Red Green Blue C M Y K H S L
Decimal 85 219 204 0.61 0 0.07 0.14 173.28 0.65 0.6
Hex 55 DB CC 3D 0 7 E AD 41 3C
Octal 125 333 314 75 0 7 16 255 101 74
Binary 1010101 11011011 11001100 111101 0 111 1110 10101101 1000001 111100

Color Harmonies of #55DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DBCC

Black with #55DBCC

Text Example


Text Example

White with #55DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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