Html Css Color HEX #5ACDEE Turquoise Blue

📋 copy color: '#5ACDEE'

red 90 ◦ green 205 ◦ blue 238

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

Shades of Turquoise Blue #5ACDEE

Tints of Turquoise Blue #5ACDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 16.89%
G = 38.46%
B = 44.65%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5ACDEE (or 0x5ACDEE) is known color: Turquoise Blue. HEX triplet: 5A, CD and EE. RGB value is (90,205,238). Sum of RGB (Red+Green+Blue) = 90+205+238=533 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.89% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #5ACDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACDEE is #A53211. Grayscale: #AEAEAE. Windows color (decimal): -10826258 or 15650138. OLE color: 15650138.

HSL color Cylindrical-coordinate representation of color #5ACDEE: hue angle of 193.38º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ACDEE is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 205 238 -
CMYK 0.62 0.14 0 0.07
HSL 193.38º 0.81% 0.64% -
HSV(B) 193.38º 0.62% 0.93% -
XYZ 41.48 52.01 88.74 -
YUV 174.38 163.9 67.82 -
System Red Green Blue C M Y K H S L
Decimal 90 205 238 0.62 0.14 0 0.07 193.38 0.81 0.64
Hex 5A CD EE 3E E 0 7 C1 51 40
Octal 132 315 356 76 16 0 7 301 121 100
Binary 1011010 11001101 11101110 111110 1110 0 111 11000001 1010001 1000000

Color Harmonies of #5ACDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDEE

Black with #5ACDEE

Text Example


Text Example

White with #5ACDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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