Html Css Color HEX #5ADFF1 Turquoise Blue

📋 copy color: '#5ADFF1'

red 90 ◦ green 223 ◦ blue 241

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

Shades of Turquoise Blue #5ADFF1

Tints of Turquoise Blue #5ADFF1

RGB

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

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

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

R = 16.25%
G = 40.25%
B = 43.5%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5ADFF1 (or 0x5ADFF1) is known color: Turquoise Blue. HEX triplet: 5A, DF and F1. RGB value is (90,223,241). Sum of RGB (Red+Green+Blue) = 90+223+241=554 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.25% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #5ADFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADFF1 is #A5200E. Grayscale: #B9B9B9. Windows color (decimal): -10821647 or 15851354. OLE color: 15851354.

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

Color convert

RGB 90 223 241 -
CMYK 0.63 0.07 0 0.05
HSL 187.15º 0.84% 0.65% -
HSV(B) 187.15º 0.63% 0.95% -
XYZ 46.48 61.3 92.6 -
YUV 185.29 159.44 60.04 -
System Red Green Blue C M Y K H S L
Decimal 90 223 241 0.63 0.07 0 0.05 187.15 0.84 0.65
Hex 5A DF F1 3F 7 0 5 BB 54 41
Octal 132 337 361 77 7 0 5 273 124 101
Binary 1011010 11011111 11110001 111111 111 0 101 10111011 1010100 1000001

Color Harmonies of #5ADFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFF1

Black with #5ADFF1

Text Example


Text Example

White with #5ADFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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