Html Css Color HEX #5ADDF1 Turquoise Blue

📋 copy color: '#5ADDF1'

red 90 ◦ green 221 ◦ blue 241

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

Shades of Turquoise Blue #5ADDF1

Tints of Turquoise Blue #5ADDF1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.04%

 BLUE value IS 241 (94.53% from 255) = 43.66%

R = 16.3%
G = 40.04%
B = 43.66%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5ADDF1 (or 0x5ADDF1) is known color: Turquoise Blue. HEX triplet: 5A, DD and F1. RGB value is (90,221,241). Sum of RGB (Red+Green+Blue) = 90+221+241=552 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.30% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #5ADDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADDF1 is #A5220E. Grayscale: #B7B7B7. Windows color (decimal): -10822159 or 15850842. OLE color: 15850842.

HSL color Cylindrical-coordinate representation of color #5ADDF1: hue angle of 187.95º degrees, saturation: 0.84, 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 #5ADDF1 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 221 241 -
CMYK 0.63 0.08 0 0.05
HSL 187.95º 0.84% 0.65% -
HSV(B) 187.95º 0.63% 0.95% -
XYZ 45.95 60.24 92.42 -
YUV 184.11 160.1 60.87 -
System Red Green Blue C M Y K H S L
Decimal 90 221 241 0.63 0.08 0 0.05 187.95 0.84 0.65
Hex 5A DD F1 3F 8 0 5 BC 54 41
Octal 132 335 361 77 10 0 5 274 124 101
Binary 1011010 11011101 11110001 111111 1000 0 101 10111100 1010100 1000001

Color Harmonies of #5ADDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDF1

Black with #5ADDF1

Text Example


Text Example

White with #5ADDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,221,241); }

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

background-color css

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

 a { background-color: rgb(90,221,241); }

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

border-color css

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

 span { border-color: rgb(90,221,241); }

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