Html Css Color HEX #5ADCE6 Turquoise Blue

📋 copy color: '#5ADCE6'

red 90 ◦ green 220 ◦ blue 230

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

Shades of Turquoise Blue #5ADCE6

Tints of Turquoise Blue #5ADCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

 BLUE value IS 230 (90.23% from 255) = 42.59%

R = 16.67%
G = 40.74%
B = 42.59%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5ADCE6 (or 0x5ADCE6) is known color: Turquoise Blue. HEX triplet: 5A, DC and E6. RGB value is (90,220,230). Sum of RGB (Red+Green+Blue) = 90+220+230=540 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.67% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #5ADCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADCE6 is #A52319. Grayscale: #B6B6B6. Windows color (decimal): -10822426 or 15129690. OLE color: 15129690.

HSL color Cylindrical-coordinate representation of color #5ADCE6: hue angle of 184.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ADCE6 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 220 230 -
CMYK 0.61 0.04 0 0.10
HSL 184.29º 0.74% 0.63% -
HSV(B) 184.29º 0.61% 0.9% -
XYZ 44.09 59.07 83.94 -
YUV 182.27 154.93 62.19 -
System Red Green Blue C M Y K H S L
Decimal 90 220 230 0.61 0.04 0 0.10 184.29 0.74 0.63
Hex 5A DC E6 3D 4 0 A B8 4A 3F
Octal 132 334 346 75 4 0 12 270 112 77
Binary 1011010 11011100 11100110 111101 100 0 1010 10111000 1001010 111111

Color Harmonies of #5ADCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCE6

Black with #5ADCE6

Text Example


Text Example

White with #5ADCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,220,230); }

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

background-color css

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

 a { background-color: rgb(90,220,230); }

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

border-color css

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

 span { border-color: rgb(90,220,230); }

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