Html Css Color HEX #5ADDFB Turquoise Blue

📋 copy color: '#5ADDFB'

red 90 ◦ green 221 ◦ blue 251

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

Shades of Turquoise Blue #5ADDFB

Tints of Turquoise Blue #5ADDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.66%

R = 16.01%
G = 39.32%
B = 44.66%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5ADDFB (or 0x5ADDFB) is known color: Turquoise Blue. HEX triplet: 5A, DD and FB. RGB value is (90,221,251). Sum of RGB (Red+Green+Blue) = 90+221+251=562 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.01% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #5ADDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADDFB is #A52204. Grayscale: #B9B9B9. Windows color (decimal): -10822149 or 16506202. OLE color: 16506202.

HSL color Cylindrical-coordinate representation of color #5ADDFB: hue angle of 191.18º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ADDFB is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 221 251 -
CMYK 0.64 0.12 0 0.02
HSL 191.18º 0.95% 0.67% -
HSV(B) 191.18º 0.64% 0.98% -
XYZ 47.49 60.85 100.51 -
YUV 185.25 165.1 60.06 -
System Red Green Blue C M Y K H S L
Decimal 90 221 251 0.64 0.12 0 0.02 191.18 0.95 0.67
Hex 5A DD FB 40 C 0 2 BF 5F 43
Octal 132 335 373 100 14 0 2 277 137 103
Binary 1011010 11011101 11111011 1000000 1100 0 10 10111111 1011111 1000011

Color Harmonies of #5ADDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDFB

Black with #5ADDFB

Text Example


Text Example

White with #5ADDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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