Html Css Color HEX #5ADCF1 Turquoise Blue

📋 copy color: '#5ADCF1'

red 90 ◦ green 220 ◦ blue 241

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

Shades of Turquoise Blue #5ADCF1

Tints of Turquoise Blue #5ADCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

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

R = 16.33%
G = 39.93%
B = 43.74%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5ADCF1 (or 0x5ADCF1) is known color: Turquoise Blue. HEX triplet: 5A, DC and F1. RGB value is (90,220,241). Sum of RGB (Red+Green+Blue) = 90+220+241=551 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.33% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #5ADCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADCF1 is #A5230E. Grayscale: #B7B7B7. Windows color (decimal): -10822415 or 15850586. OLE color: 15850586.

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

Color convert

RGB 90 220 241 -
CMYK 0.63 0.09 0 0.05
HSL 188.34º 0.84% 0.65% -
HSV(B) 188.34º 0.63% 0.95% -
XYZ 45.69 59.71 92.34 -
YUV 183.52 160.43 61.29 -
System Red Green Blue C M Y K H S L
Decimal 90 220 241 0.63 0.09 0 0.05 188.34 0.84 0.65
Hex 5A DC F1 3F 9 0 5 BC 54 41
Octal 132 334 361 77 11 0 5 274 124 101
Binary 1011010 11011100 11110001 111111 1001 0 101 10111100 1010100 1000001

Color Harmonies of #5ADCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCF1

Black with #5ADCF1

Text Example


Text Example

White with #5ADCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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