Html Css Color HEX #5ACDDA Turquoise Blue

📋 copy color: '#5ACDDA'

red 90 ◦ green 205 ◦ blue 218

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

Shades of Turquoise Blue #5ACDDA

Tints of Turquoise Blue #5ACDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 17.54%
G = 39.96%
B = 42.5%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5ACDDA (or 0x5ACDDA) is known color: Turquoise Blue. HEX triplet: 5A, CD and DA. RGB value is (90,205,218). Sum of RGB (Red+Green+Blue) = 90+205+218=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #5ACDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDDA is #A53225. Grayscale: #ABABAB. Windows color (decimal): -10826278 or 14339418. OLE color: 14339418.

HSL color Cylindrical-coordinate representation of color #5ACDDA: hue angle of 186.09º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ACDDA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 205 218 -
CMYK 0.59 0.06 0 0.15
HSL 186.09º 0.63% 0.6% -
HSV(B) 186.09º 0.59% 0.85% -
XYZ 38.7 50.9 74.11 -
YUV 172.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 90 205 218 0.59 0.06 0 0.15 186.09 0.63 0.6
Hex 5A CD DA 3B 6 0 F BA 3F 3C
Octal 132 315 332 73 6 0 17 272 77 74
Binary 1011010 11001101 11011010 111011 110 0 1111 10111010 111111 111100

Color Harmonies of #5ACDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDDA

Black with #5ACDDA

Text Example


Text Example

White with #5ACDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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