Html Css Color HEX #5ADCFB Turquoise Blue

📋 copy color: '#5ADCFB'

red 90 ◦ green 220 ◦ blue 251

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

Shades of Turquoise Blue #5ADCFB

Tints of Turquoise Blue #5ADCFB

RGB

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

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

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

R = 16.04%
G = 39.22%
B = 44.74%

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

#5ADCFB (or 0x5ADCFB) is known color: Turquoise Blue. HEX triplet: 5A, DC and FB. RGB value is (90,220,251). Sum of RGB (Red+Green+Blue) = 90+220+251=561 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.04% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #5ADCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADCFB is #A52304. Grayscale: #B8B8B8. Windows color (decimal): -10822405 or 16505946. OLE color: 16505946.

HSL color Cylindrical-coordinate representation of color #5ADCFB: hue angle of 191.55º 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 #5ADCFB is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 220 251 -
CMYK 0.64 0.12 0 0.02
HSL 191.55º 0.95% 0.67% -
HSV(B) 191.55º 0.64% 0.98% -
XYZ 47.22 60.33 100.42 -
YUV 184.66 165.43 60.48 -
System Red Green Blue C M Y K H S L
Decimal 90 220 251 0.64 0.12 0 0.02 191.55 0.95 0.67
Hex 5A DC FB 40 C 0 2 C0 5F 43
Octal 132 334 373 100 14 0 2 300 137 103
Binary 1011010 11011100 11111011 1000000 1100 0 10 11000000 1011111 1000011

Color Harmonies of #5ADCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCFB

Black with #5ADCFB

Text Example


Text Example

White with #5ADCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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