Html Css Color HEX #5AD1EE Turquoise Blue

📋 copy color: '#5AD1EE'

red 90 ◦ green 209 ◦ blue 238

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

Shades of Turquoise Blue #5AD1EE

Tints of Turquoise Blue #5AD1EE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.92%

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 16.76%
G = 38.92%
B = 44.32%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5AD1EE (or 0x5AD1EE) is known color: Turquoise Blue. HEX triplet: 5A, D1 and EE. RGB value is (90,209,238). Sum of RGB (Red+Green+Blue) = 90+209+238=537 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.76% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AD1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD1EE is #A52E11. Grayscale: #B0B0B0. Windows color (decimal): -10825234 or 15651162. OLE color: 15651162.

HSL color Cylindrical-coordinate representation of color #5AD1EE: hue angle of 191.76º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AD1EE is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 209 238 -
CMYK 0.62 0.12 0 0.07
HSL 191.76º 0.81% 0.64% -
HSV(B) 191.76º 0.62% 0.93% -
XYZ 42.45 53.95 89.06 -
YUV 176.73 162.58 66.14 -
System Red Green Blue C M Y K H S L
Decimal 90 209 238 0.62 0.12 0 0.07 191.76 0.81 0.64
Hex 5A D1 EE 3E C 0 7 C0 51 40
Octal 132 321 356 76 14 0 7 300 121 100
Binary 1011010 11010001 11101110 111110 1100 0 111 11000000 1010001 1000000

Color Harmonies of #5AD1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD1EE

Black with #5AD1EE

Text Example


Text Example

White with #5AD1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,209,238); }

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

background-color css

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

 a { background-color: rgb(90,209,238); }

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

border-color css

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

 span { border-color: rgb(90,209,238); }

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