Html Css Color HEX #5ACDDE Turquoise Blue

📋 copy color: '#5ACDDE'

red 90 ◦ green 205 ◦ blue 222

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

Shades of Turquoise Blue #5ACDDE

Tints of Turquoise Blue #5ACDDE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.65%

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 17.41%
G = 39.65%
B = 42.94%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5ACDDE (or 0x5ACDDE) is known color: Turquoise Blue. HEX triplet: 5A, CD and DE. RGB value is (90,205,222). Sum of RGB (Red+Green+Blue) = 90+205+222=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ACDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDDE is #A53221. Grayscale: #ACACAC. Windows color (decimal): -10826274 or 14601562. OLE color: 14601562.

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

Color convert

RGB 90 205 222 -
CMYK 0.59 0.08 0 0.13
HSL 187.73º 0.67% 0.61% -
HSV(B) 187.73º 0.59% 0.87% -
XYZ 39.23 51.11 76.9 -
YUV 172.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 90 205 222 0.59 0.08 0 0.13 187.73 0.67 0.61
Hex 5A CD DE 3B 8 0 D BC 43 3D
Octal 132 315 336 73 10 0 15 274 103 75
Binary 1011010 11001101 11011110 111011 1000 0 1101 10111100 1000011 111101

Color Harmonies of #5ACDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDDE

Black with #5ACDDE

Text Example


Text Example

White with #5ACDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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