Html Css Color HEX #5ADAF3 Turquoise Blue

📋 copy color: '#5ADAF3'

red 90 ◦ green 218 ◦ blue 243

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

Shades of Turquoise Blue #5ADAF3

Tints of Turquoise Blue #5ADAF3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.56%

 BLUE value IS 243 (95.31% from 255) = 44.1%

R = 16.33%
G = 39.56%
B = 44.1%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5ADAF3 (or 0x5ADAF3) is known color: Turquoise Blue. HEX triplet: 5A, DA and F3. RGB value is (90,218,243). Sum of RGB (Red+Green+Blue) = 90+218+243=551 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.33% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #5ADAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADAF3 is #A5250C. Grayscale: #B6B6B6. Windows color (decimal): -10822925 or 15981146. OLE color: 15981146.

HSL color Cylindrical-coordinate representation of color #5ADAF3: hue angle of 189.8º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ADAF3 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 218 243 -
CMYK 0.63 0.10 0 0.05
HSL 189.8º 0.86% 0.65% -
HSV(B) 189.8º 0.63% 0.95% -
XYZ 45.47 58.79 93.74 -
YUV 182.58 162.09 61.97 -
System Red Green Blue C M Y K H S L
Decimal 90 218 243 0.63 0.10 0 0.05 189.8 0.86 0.65
Hex 5A DA F3 3F A 0 5 BE 56 41
Octal 132 332 363 77 12 0 5 276 126 101
Binary 1011010 11011010 11110011 111111 1010 0 101 10111110 1010110 1000001

Color Harmonies of #5ADAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADAF3

Black with #5ADAF3

Text Example


Text Example

White with #5ADAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,218,243); }

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

background-color css

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

 a { background-color: rgb(90,218,243); }

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

border-color css

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

 span { border-color: rgb(90,218,243); }

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