Html Css Color HEX #5AEBDB Turquoise

📋 copy color: '#5AEBDB'

red 90 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #5AEBDB

Tints of Turquoise #5AEBDB

RGB

 RED value IS 90 (35.55% from 255) = 16.54%

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

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

R = 16.54%
G = 43.2%
B = 40.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#5AEBDB (or 0x5AEBDB) is known color: Turquoise. HEX triplet: 5A, EB and DB. RGB value is (90,235,219). Sum of RGB (Red+Green+Blue) = 90+235+219=544 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.54% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBDB is #A51424. Grayscale: #BDBDBD. Windows color (decimal): -10818597 or 14412634. OLE color: 14412634.

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

Color convert

RGB 90 235 219 -
CMYK 0.62 0 0.07 0.08
HSL 173.38º 0.78% 0.64% -
HSV(B) 173.38º 0.62% 0.92% -
XYZ 46.71 66.7 77.43 -
YUV 189.82 144.46 56.8 -
System Red Green Blue C M Y K H S L
Decimal 90 235 219 0.62 0 0.07 0.08 173.38 0.78 0.64
Hex 5A EB DB 3E 0 7 8 AD 4E 40
Octal 132 353 333 76 0 7 10 255 116 100
Binary 1011010 11101011 11011011 111110 0 111 1000 10101101 1001110 1000000

Color Harmonies of #5AEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEBDB

Black with #5AEBDB

Text Example


Text Example

White with #5AEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AEBDB; }

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

 H1.HeaderClassName
 {
   color: #5AEBDB;
 }
 .AnyTagClassName
 {
   color: #5AEBDB;
 }
</style>

background-color css

<style>
 a { background-color: #5AEBDB; }

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

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

border-color css

<style>
 span { border-color: #5AEBDB; }

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

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