Html Css Color HEX #5ADADF Turquoise Blue

📋 copy color: '#5ADADF'

red 90 ◦ green 218 ◦ blue 223

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

Shades of Turquoise Blue #5ADADF

Tints of Turquoise Blue #5ADADF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.05%

 BLUE value IS 223 (87.5% from 255) = 42%

R = 16.95%
G = 41.05%
B = 42%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5ADADF (or 0x5ADADF) is known color: Turquoise Blue. HEX triplet: 5A, DA and DF. RGB value is (90,218,223). Sum of RGB (Red+Green+Blue) = 90+218+223=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #5ADADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADADF is #A52520. Grayscale: #B4B4B4. Windows color (decimal): -10822945 or 14670426. OLE color: 14670426.

HSL color Cylindrical-coordinate representation of color #5ADADF: hue angle of 182.26º 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 #5ADADF is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 218 223 -
CMYK 0.60 0.02 0 0.13
HSL 182.26º 0.68% 0.61% -
HSV(B) 182.26º 0.6% 0.87% -
XYZ 42.61 57.64 78.69 -
YUV 180.3 152.09 63.59 -
System Red Green Blue C M Y K H S L
Decimal 90 218 223 0.60 0.02 0 0.13 182.26 0.68 0.61
Hex 5A DA DF 3C 2 0 D B6 44 3D
Octal 132 332 337 74 2 0 15 266 104 75
Binary 1011010 11011010 11011111 111100 10 0 1101 10110110 1000100 111101

Color Harmonies of #5ADADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADADF

Black with #5ADADF

Text Example


Text Example

White with #5ADADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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