Html Css Color HEX #5ADBFF Turquoise Blue

📋 copy color: '#5ADBFF'

red 90 ◦ green 219 ◦ blue 255

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

Shades of Turquoise Blue #5ADBFF

Tints of Turquoise Blue #5ADBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 15.96%
G = 38.83%
B = 45.21%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5ADBFF (or 0x5ADBFF) is known color: Turquoise Blue. HEX triplet: 5A, DB and FF. RGB value is (90,219,255). Sum of RGB (Red+Green+Blue) = 90+219+255=564 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.96% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ADBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADBFF is #A52400. Grayscale: #B8B8B8. Windows color (decimal): -10822657 or 16767834. OLE color: 16767834.

HSL color Cylindrical-coordinate representation of color #5ADBFF: hue angle of 193.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ADBFF is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 90 219 255 -
CMYK 0.65 0.14 0 0
HSL 193.09º 1% 0.68% -
HSV(B) 193.09º 0.65% 1% -
XYZ 47.6 60.06 103.69 -
YUV 184.53 167.76 60.57 -
System Red Green Blue C M Y K H S L
Decimal 90 219 255 0.65 0.14 0 0 193.09 1 0.68
Hex 5A DB FF 41 E 0 0 C1 64 44
Octal 132 333 377 101 16 0 0 301 144 104
Binary 1011010 11011011 11111111 1000001 1110 0 0 11000001 1100100 1000100

Color Harmonies of #5ADBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADBFF

Black with #5ADBFF

Text Example


Text Example

White with #5ADBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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