Html Css Color HEX #55EBDB Turquoise

📋 copy color: '#55EBDB'

red 85 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #55EBDB

Tints of Turquoise #55EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.6%

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

R = 15.77%
G = 43.6%
B = 40.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#55EBDB (or 0x55EBDB) is known color: Turquoise. HEX triplet: 55, EB and DB. RGB value is (85,235,219). Sum of RGB (Red+Green+Blue) = 85+235+219=539 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.77% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EBDB is #AA1424. Grayscale: #BCBCBC. Windows color (decimal): -11146277 or 14412629. OLE color: 14412629.

HSL color Cylindrical-coordinate representation of color #55EBDB: hue angle of 173.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EBDB is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 235 219 -
CMYK 0.64 0 0.07 0.08
HSL 173.6º 0.79% 0.63% -
HSV(B) 173.6º 0.64% 0.92% -
XYZ 46.24 66.46 77.41 -
YUV 188.33 145.31 54.3 -
System Red Green Blue C M Y K H S L
Decimal 85 235 219 0.64 0 0.07 0.08 173.6 0.79 0.63
Hex 55 EB DB 40 0 7 8 AE 4F 3F
Octal 125 353 333 100 0 7 10 256 117 77
Binary 1010101 11101011 11011011 1000000 0 111 1000 10101110 1001111 111111

Color Harmonies of #55EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EBDB

Black with #55EBDB

Text Example


Text Example

White with #55EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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