Html Css Color HEX #5ADDF4 Turquoise Blue

📋 copy color: '#5ADDF4'

red 90 ◦ green 221 ◦ blue 244

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

Shades of Turquoise Blue #5ADDF4

Tints of Turquoise Blue #5ADDF4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.82%

 BLUE value IS 244 (95.7% from 255) = 43.96%

R = 16.22%
G = 39.82%
B = 43.96%

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

#5ADDF4 (or 0x5ADDF4) is known color: Turquoise Blue. HEX triplet: 5A, DD and F4. RGB value is (90,221,244). Sum of RGB (Red+Green+Blue) = 90+221+244=555 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.22% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #5ADDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADDF4 is #A5220B. Grayscale: #B8B8B8. Windows color (decimal): -10822156 or 16047450. OLE color: 16047450.

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

Color convert

RGB 90 221 244 -
CMYK 0.63 0.09 0 0.04
HSL 188.96º 0.88% 0.65% -
HSV(B) 188.96º 0.63% 0.96% -
XYZ 46.4 60.42 94.8 -
YUV 184.45 161.6 60.63 -
System Red Green Blue C M Y K H S L
Decimal 90 221 244 0.63 0.09 0 0.04 188.96 0.88 0.65
Hex 5A DD F4 3F 9 0 4 BD 58 41
Octal 132 335 364 77 11 0 4 275 130 101
Binary 1011010 11011101 11110100 111111 1001 0 100 10111101 1011000 1000001

Color Harmonies of #5ADDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDF4

Black with #5ADDF4

Text Example


Text Example

White with #5ADDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,221,244); }

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

background-color css

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

 a { background-color: rgb(90,221,244); }

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

border-color css

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

 span { border-color: rgb(90,221,244); }

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