Html Css Color HEX #5ADDEC Turquoise Blue

📋 copy color: '#5ADDEC'

red 90 ◦ green 221 ◦ blue 236

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

Shades of Turquoise Blue #5ADDEC

Tints of Turquoise Blue #5ADDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 16.45%
G = 40.4%
B = 43.14%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5ADDEC (or 0x5ADDEC) is known color: Turquoise Blue. HEX triplet: 5A, DD and EC. RGB value is (90,221,236). Sum of RGB (Red+Green+Blue) = 90+221+236=547 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.45% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ADDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADDEC is #A52213. Grayscale: #B7B7B7. Windows color (decimal): -10822164 or 15523162. OLE color: 15523162.

HSL color Cylindrical-coordinate representation of color #5ADDEC: hue angle of 186.16º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ADDEC is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 221 236 -
CMYK 0.62 0.06 0 0.07
HSL 186.16º 0.79% 0.64% -
HSV(B) 186.16º 0.62% 0.93% -
XYZ 45.21 59.94 88.54 -
YUV 183.54 157.6 61.28 -
System Red Green Blue C M Y K H S L
Decimal 90 221 236 0.62 0.06 0 0.07 186.16 0.79 0.64
Hex 5A DD EC 3E 6 0 7 BA 4F 40
Octal 132 335 354 76 6 0 7 272 117 100
Binary 1011010 11011101 11101100 111110 110 0 111 10111010 1001111 1000000

Color Harmonies of #5ADDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDEC

Black with #5ADDEC

Text Example


Text Example

White with #5ADDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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