Html Css Color HEX #5ADBEB Turquoise Blue

📋 copy color: '#5ADBEB'

red 90 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #5ADBEB

Tints of Turquoise Blue #5ADBEB

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5ADBEB (or 0x5ADBEB) is known color: Turquoise Blue. HEX triplet: 5A, DB and EB. RGB value is (90,219,235). Sum of RGB (Red+Green+Blue) = 90+219+235=544 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.54% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ADBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADBEB is #A52414. Grayscale: #B6B6B6. Windows color (decimal): -10822677 or 15457114. OLE color: 15457114.

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

Color convert

RGB 90 219 235 -
CMYK 0.62 0.07 0 0.08
HSL 186.62º 0.78% 0.64% -
HSV(B) 186.62º 0.62% 0.92% -
XYZ 44.54 58.83 87.61 -
YUV 182.25 157.76 62.2 -
System Red Green Blue C M Y K H S L
Decimal 90 219 235 0.62 0.07 0 0.08 186.62 0.78 0.64
Hex 5A DB EB 3E 7 0 8 BB 4E 40
Octal 132 333 353 76 7 0 10 273 116 100
Binary 1011010 11011011 11101011 111110 111 0 1000 10111011 1001110 1000000

Color Harmonies of #5ADBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADBEB

Black with #5ADBEB

Text Example


Text Example

White with #5ADBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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