Html Css Color HEX #5ACCF0 Turquoise Blue

📋 copy color: '#5ACCF0'

red 90 ◦ green 204 ◦ blue 240

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

Shades of Turquoise Blue #5ACCF0

Tints of Turquoise Blue #5ACCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.94%

R = 16.85%
G = 38.2%
B = 44.94%

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

#5ACCF0 (or 0x5ACCF0) is known color: Turquoise Blue. HEX triplet: 5A, CC and F0. RGB value is (90,204,240). Sum of RGB (Red+Green+Blue) = 90+204+240=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #5ACCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACCF0 is #A5330F. Grayscale: #ADADAD. Windows color (decimal): -10826512 or 15780954. OLE color: 15780954.

HSL color Cylindrical-coordinate representation of color #5ACCF0: hue angle of 194.4º degrees, saturation: 0.83, 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 #5ACCF0 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 204 240 -
CMYK 0.62 0.15 0 0.06
HSL 194.4º 0.83% 0.65% -
HSV(B) 194.4º 0.63% 0.94% -
XYZ 41.54 51.65 90.22 -
YUV 174.02 165.23 68.07 -
System Red Green Blue C M Y K H S L
Decimal 90 204 240 0.62 0.15 0 0.06 194.4 0.83 0.65
Hex 5A CC F0 3E F 0 6 C2 53 41
Octal 132 314 360 76 17 0 6 302 123 101
Binary 1011010 11001100 11110000 111110 1111 0 110 11000010 1010011 1000001

Color Harmonies of #5ACCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCF0

Black with #5ACCF0

Text Example


Text Example

White with #5ACCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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