Html Css Color HEX #5ACCEF Turquoise Blue

📋 copy color: '#5ACCEF'

red 90 ◦ green 204 ◦ blue 239

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

Shades of Turquoise Blue #5ACCEF

Tints of Turquoise Blue #5ACCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 16.89%
G = 38.27%
B = 44.84%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5ACCEF (or 0x5ACCEF) is known color: Turquoise Blue. HEX triplet: 5A, CC and EF. RGB value is (90,204,239). Sum of RGB (Red+Green+Blue) = 90+204+239=533 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.89% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #5ACCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACCEF is #A53310. Grayscale: #ADADAD. Windows color (decimal): -10826513 or 15715418. OLE color: 15715418.

HSL color Cylindrical-coordinate representation of color #5ACCEF: hue angle of 194.09º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ACCEF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 204 239 -
CMYK 0.62 0.15 0 0.06
HSL 194.09º 0.82% 0.65% -
HSV(B) 194.09º 0.62% 0.94% -
XYZ 41.39 51.59 89.44 -
YUV 173.9 164.73 68.15 -
System Red Green Blue C M Y K H S L
Decimal 90 204 239 0.62 0.15 0 0.06 194.09 0.82 0.65
Hex 5A CC EF 3E F 0 6 C2 52 41
Octal 132 314 357 76 17 0 6 302 122 101
Binary 1011010 11001100 11101111 111110 1111 0 110 11000010 1010010 1000001

Color Harmonies of #5ACCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCEF

Black with #5ACCEF

Text Example


Text Example

White with #5ACCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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