Html Css Color HEX #55C6DB Medium Turquoise

📋 copy color: '#55C6DB'

red 85 ◦ green 198 ◦ blue 219

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

Shades of Medium Turquoise #55C6DB

Tints of Medium Turquoise #55C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.44%

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 16.93%
G = 39.44%
B = 43.63%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#55C6DB (or 0x55C6DB) is known color: Medium Turquoise. HEX triplet: 55, C6 and DB. RGB value is (85,198,219). Sum of RGB (Red+Green+Blue) = 85+198+219=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #55C6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C6DB is #AA3924. Grayscale: #A6A6A6. Windows color (decimal): -11155749 or 14403157. OLE color: 14403157.

HSL color Cylindrical-coordinate representation of color #55C6DB: hue angle of 189.4º 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 #55C6DB is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 198 219 -
CMYK 0.61 0.10 0 0.14
HSL 189.4º 0.65% 0.6% -
HSV(B) 189.4º 0.61% 0.86% -
XYZ 36.73 47.43 74.24 -
YUV 166.61 157.56 69.79 -
System Red Green Blue C M Y K H S L
Decimal 85 198 219 0.61 0.10 0 0.14 189.4 0.65 0.6
Hex 55 C6 DB 3D A 0 E BD 41 3C
Octal 125 306 333 75 12 0 16 275 101 74
Binary 1010101 11000110 11011011 111101 1010 0 1110 10111101 1000001 111100

Color Harmonies of #55C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C6DB

Black with #55C6DB

Text Example


Text Example

White with #55C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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