Html Css Color HEX #5ADBEA Turquoise Blue

📋 copy color: '#5ADBEA'

red 90 ◦ green 219 ◦ blue 234

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

Shades of Turquoise Blue #5ADBEA

Tints of Turquoise Blue #5ADBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 16.57%
G = 40.33%
B = 43.09%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5ADBEA (or 0x5ADBEA) is known color: Turquoise Blue. HEX triplet: 5A, DB and EA. RGB value is (90,219,234). Sum of RGB (Red+Green+Blue) = 90+219+234=543 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.57% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #5ADBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADBEA is #A52415. Grayscale: #B5B5B5. Windows color (decimal): -10822678 or 15391578. OLE color: 15391578.

HSL color Cylindrical-coordinate representation of color #5ADBEA: hue angle of 186.25º degrees, saturation: 0.77, 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 #5ADBEA is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 219 234 -
CMYK 0.62 0.06 0 0.08
HSL 186.25º 0.77% 0.64% -
HSV(B) 186.25º 0.62% 0.92% -
XYZ 44.4 58.78 86.85 -
YUV 182.14 157.26 62.28 -
System Red Green Blue C M Y K H S L
Decimal 90 219 234 0.62 0.06 0 0.08 186.25 0.77 0.64
Hex 5A DB EA 3E 6 0 8 BA 4D 40
Octal 132 333 352 76 6 0 10 272 115 100
Binary 1011010 11011011 11101010 111110 110 0 1000 10111010 1001101 1000000

Color Harmonies of #5ADBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADBEA

Black with #5ADBEA

Text Example


Text Example

White with #5ADBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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