Html Css Color HEX #5ACCEC Turquoise Blue

📋 copy color: '#5ACCEC'

red 90 ◦ green 204 ◦ blue 236

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

Shades of Turquoise Blue #5ACCEC

Tints of Turquoise Blue #5ACCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.49%

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 16.98%
G = 38.49%
B = 44.53%

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

#5ACCEC (or 0x5ACCEC) is known color: Turquoise Blue. HEX triplet: 5A, CC and EC. RGB value is (90,204,236). Sum of RGB (Red+Green+Blue) = 90+204+236=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ACCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACCEC is #A53313. Grayscale: #ADADAD. Windows color (decimal): -10826516 or 15518810. OLE color: 15518810.

HSL color Cylindrical-coordinate representation of color #5ACCEC: hue angle of 193.15º degrees, saturation: 0.79, 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 #5ACCEC is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 204 236 -
CMYK 0.62 0.14 0 0.07
HSL 193.15º 0.79% 0.64% -
HSV(B) 193.15º 0.62% 0.93% -
XYZ 40.95 51.42 87.12 -
YUV 173.56 163.23 68.4 -
System Red Green Blue C M Y K H S L
Decimal 90 204 236 0.62 0.14 0 0.07 193.15 0.79 0.64
Hex 5A CC EC 3E E 0 7 C1 4F 40
Octal 132 314 354 76 16 0 7 301 117 100
Binary 1011010 11001100 11101100 111110 1110 0 111 11000001 1001111 1000000

Color Harmonies of #5ACCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCEC

Black with #5ACCEC

Text Example


Text Example

White with #5ACCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,204,236); }

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

background-color css

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

 a { background-color: rgb(90,204,236); }

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

border-color css

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

 span { border-color: rgb(90,204,236); }

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