Html Css Color HEX #5ADFF5 Turquoise Blue

📋 copy color: '#5ADFF5'

red 90 ◦ green 223 ◦ blue 245

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

Shades of Turquoise Blue #5ADFF5

Tints of Turquoise Blue #5ADFF5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.96%

 BLUE value IS 245 (96.09% from 255) = 43.91%

R = 16.13%
G = 39.96%
B = 43.91%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5ADFF5 (or 0x5ADFF5) is known color: Turquoise Blue. HEX triplet: 5A, DF and F5. RGB value is (90,223,245). Sum of RGB (Red+Green+Blue) = 90+223+245=558 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.13% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #5ADFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADFF5 is #A5200A. Grayscale: #B9B9B9. Windows color (decimal): -10821643 or 16113498. OLE color: 16113498.

HSL color Cylindrical-coordinate representation of color #5ADFF5: hue angle of 188.52º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ADFF5 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 223 245 -
CMYK 0.63 0.09 0 0.04
HSL 188.52º 0.89% 0.66% -
HSV(B) 188.52º 0.63% 0.96% -
XYZ 47.09 61.54 95.78 -
YUV 185.74 161.44 59.71 -
System Red Green Blue C M Y K H S L
Decimal 90 223 245 0.63 0.09 0 0.04 188.52 0.89 0.66
Hex 5A DF F5 3F 9 0 4 BD 59 42
Octal 132 337 365 77 11 0 4 275 131 102
Binary 1011010 11011111 11110101 111111 1001 0 100 10111101 1011001 1000010

Color Harmonies of #5ADFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFF5

Black with #5ADFF5

Text Example


Text Example

White with #5ADFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,223,245); }

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

background-color css

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

 a { background-color: rgb(90,223,245); }

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

border-color css

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

 span { border-color: rgb(90,223,245); }

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