Html Css Color HEX #5ADFDD Turquoise Blue

📋 copy color: '#5ADFDD'

red 90 ◦ green 223 ◦ blue 221

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

Shades of Turquoise Blue #5ADFDD

Tints of Turquoise Blue #5ADFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 16.85%
G = 41.76%
B = 41.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#5ADFDD (or 0x5ADFDD) is known color: Turquoise Blue. HEX triplet: 5A, DF and DD. RGB value is (90,223,221). Sum of RGB (Red+Green+Blue) = 90+223+221=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFDD is #A52022. Grayscale: #B6B6B6. Windows color (decimal): -10821667 or 14540634. OLE color: 14540634.

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

Color convert

RGB 90 223 221 -
CMYK 0.60 0 0.01 0.13
HSL 179.1º 0.68% 0.61% -
HSV(B) 179.1º 0.6% 0.87% -
XYZ 43.66 60.17 77.72 -
YUV 183.01 149.44 61.66 -
System Red Green Blue C M Y K H S L
Decimal 90 223 221 0.60 0 0.01 0.13 179.1 0.68 0.61
Hex 5A DF DD 3C 0 1 D B3 44 3D
Octal 132 337 335 74 0 1 15 263 104 75
Binary 1011010 11011111 11011101 111100 0 1 1101 10110011 1000100 111101

Color Harmonies of #5ADFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFDD

Black with #5ADFDD

Text Example


Text Example

White with #5ADFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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