Html Css Color HEX #5ADFFB Turquoise Blue

📋 copy color: '#5ADFFB'

red 90 ◦ green 223 ◦ blue 251

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

Shades of Turquoise Blue #5ADFFB

Tints of Turquoise Blue #5ADFFB

RGB

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

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

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

R = 15.96%
G = 39.54%
B = 44.5%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5ADFFB (or 0x5ADFFB) is known color: Turquoise Blue. HEX triplet: 5A, DF and FB. RGB value is (90,223,251). Sum of RGB (Red+Green+Blue) = 90+223+251=564 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.96% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #5ADFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADFFB is #A52004. Grayscale: #BABABA. Windows color (decimal): -10821637 or 16506714. OLE color: 16506714.

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

Color convert

RGB 90 223 251 -
CMYK 0.64 0.11 0 0.02
HSL 190.43º 0.95% 0.67% -
HSV(B) 190.43º 0.64% 0.98% -
XYZ 48.02 61.91 100.69 -
YUV 186.43 164.44 59.22 -
System Red Green Blue C M Y K H S L
Decimal 90 223 251 0.64 0.11 0 0.02 190.43 0.95 0.67
Hex 5A DF FB 40 B 0 2 BE 5F 43
Octal 132 337 373 100 13 0 2 276 137 103
Binary 1011010 11011111 11111011 1000000 1011 0 10 10111110 1011111 1000011

Color Harmonies of #5ADFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFFB

Black with #5ADFFB

Text Example


Text Example

White with #5ADFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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