Html Css Color HEX #5ADCEA Turquoise Blue

📋 copy color: '#5ADCEA'

red 90 ◦ green 220 ◦ blue 234

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

Shades of Turquoise Blue #5ADCEA

Tints of Turquoise Blue #5ADCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 16.54%
G = 40.44%
B = 43.01%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5ADCEA (or 0x5ADCEA) is known color: Turquoise Blue. HEX triplet: 5A, DC and EA. RGB value is (90,220,234). Sum of RGB (Red+Green+Blue) = 90+220+234=544 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.54% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #5ADCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADCEA is #A52315. Grayscale: #B6B6B6. Windows color (decimal): -10822422 or 15391834. OLE color: 15391834.

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

Color convert

RGB 90 220 234 -
CMYK 0.62 0.06 0 0.08
HSL 185.83º 0.77% 0.64% -
HSV(B) 185.83º 0.62% 0.92% -
XYZ 44.66 59.3 86.93 -
YUV 182.73 156.93 61.86 -
System Red Green Blue C M Y K H S L
Decimal 90 220 234 0.62 0.06 0 0.08 185.83 0.77 0.64
Hex 5A DC EA 3E 6 0 8 BA 4D 40
Octal 132 334 352 76 6 0 10 272 115 100
Binary 1011010 11011100 11101010 111110 110 0 1000 10111010 1001101 1000000

Color Harmonies of #5ADCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCEA

Black with #5ADCEA

Text Example


Text Example

White with #5ADCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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