Html Css Color HEX #5ADDEF Turquoise Blue

📋 copy color: '#5ADDEF'

red 90 ◦ green 221 ◦ blue 239

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

Shades of Turquoise Blue #5ADDEF

Tints of Turquoise Blue #5ADDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 16.36%
G = 40.18%
B = 43.45%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5ADDEF (or 0x5ADDEF) is known color: Turquoise Blue. HEX triplet: 5A, DD and EF. RGB value is (90,221,239). Sum of RGB (Red+Green+Blue) = 90+221+239=550 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.36% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #5ADDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADDEF is #A52210. Grayscale: #B7B7B7. Windows color (decimal): -10822161 or 15719770. OLE color: 15719770.

HSL color Cylindrical-coordinate representation of color #5ADDEF: hue angle of 187.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ADDEF is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 221 239 -
CMYK 0.62 0.08 0 0.06
HSL 187.25º 0.82% 0.65% -
HSV(B) 187.25º 0.62% 0.94% -
XYZ 45.65 60.12 90.86 -
YUV 183.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 90 221 239 0.62 0.08 0 0.06 187.25 0.82 0.65
Hex 5A DD EF 3E 8 0 6 BB 52 41
Octal 132 335 357 76 10 0 6 273 122 101
Binary 1011010 11011101 11101111 111110 1000 0 110 10111011 1010010 1000001

Color Harmonies of #5ADDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDEF

Black with #5ADDEF

Text Example


Text Example

White with #5ADDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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