Html Css Color HEX #5ADBDC Turquoise Blue

📋 copy color: '#5ADBDC'

red 90 ◦ green 219 ◦ blue 220

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

Shades of Turquoise Blue #5ADBDC

Tints of Turquoise Blue #5ADBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

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

R = 17.01%
G = 41.4%
B = 41.59%

CMYK

 C value IS 0.59

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5ADBDC (or 0x5ADBDC) is known color: Turquoise Blue. HEX triplet: 5A, DB and DC. RGB value is (90,219,220). Sum of RGB (Red+Green+Blue) = 90+219+220=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ADBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBDC is #A52423. Grayscale: #B4B4B4. Windows color (decimal): -10822692 or 14474074. OLE color: 14474074.

HSL color Cylindrical-coordinate representation of color #5ADBDC: hue angle of 180.46º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADBDC is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 219 220 -
CMYK 0.59 0.00 0 0.14
HSL 180.46º 0.65% 0.61% -
HSV(B) 180.46º 0.59% 0.86% -
XYZ 42.47 58 76.67 -
YUV 180.54 150.26 63.42 -
System Red Green Blue C M Y K H S L
Decimal 90 219 220 0.59 0.00 0 0.14 180.46 0.65 0.61
Hex 5A DB DC 3B 0 0 E B4 41 3D
Octal 132 333 334 73 0 0 16 264 101 75
Binary 1011010 11011011 11011100 111011 0 0 1110 10110100 1000001 111101

Color Harmonies of #5ADBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADBDC

Black with #5ADBDC

Text Example


Text Example

White with #5ADBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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