Html Css Color HEX #5ADEDC Turquoise Blue

📋 copy color: '#5ADEDC'

red 90 ◦ green 222 ◦ blue 220

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

Shades of Turquoise Blue #5ADEDC

Tints of Turquoise Blue #5ADEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.73%

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 16.92%
G = 41.73%
B = 41.35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#5ADEDC (or 0x5ADEDC) is known color: Turquoise Blue. HEX triplet: 5A, DE and DC. RGB value is (90,222,220). Sum of RGB (Red+Green+Blue) = 90+222+220=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEDC is #A52123. Grayscale: #B6B6B6. Windows color (decimal): -10821924 or 14474842. OLE color: 14474842.

HSL color Cylindrical-coordinate representation of color #5ADEDC: hue angle of 179.09º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADEDC is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 222 220 -
CMYK 0.59 0 0.01 0.13
HSL 179.09º 0.67% 0.61% -
HSV(B) 179.09º 0.59% 0.87% -
XYZ 43.26 59.58 76.93 -
YUV 182.3 149.27 62.16 -
System Red Green Blue C M Y K H S L
Decimal 90 222 220 0.59 0 0.01 0.13 179.09 0.67 0.61
Hex 5A DE DC 3B 0 1 D B3 43 3D
Octal 132 336 334 73 0 1 15 263 103 75
Binary 1011010 11011110 11011100 111011 0 1 1101 10110011 1000011 111101

Color Harmonies of #5ADEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADEDC

Black with #5ADEDC

Text Example


Text Example

White with #5ADEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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