Html Css Color HEX #5ACCF1 Turquoise Blue

📋 copy color: '#5ACCF1'

red 90 ◦ green 204 ◦ blue 241

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

Shades of Turquoise Blue #5ACCF1

Tints of Turquoise Blue #5ACCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 16.82%
G = 38.13%
B = 45.05%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5ACCF1 (or 0x5ACCF1) is known color: Turquoise Blue. HEX triplet: 5A, CC and F1. RGB value is (90,204,241). Sum of RGB (Red+Green+Blue) = 90+204+241=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #5ACCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACCF1 is #A5330E. Grayscale: #ADADAD. Windows color (decimal): -10826511 or 15846490. OLE color: 15846490.

HSL color Cylindrical-coordinate representation of color #5ACCF1: hue angle of 194.7º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ACCF1 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 204 241 -
CMYK 0.63 0.15 0 0.05
HSL 194.7º 0.84% 0.65% -
HSV(B) 194.7º 0.63% 0.95% -
XYZ 41.69 51.71 91 -
YUV 174.13 165.73 67.99 -
System Red Green Blue C M Y K H S L
Decimal 90 204 241 0.63 0.15 0 0.05 194.7 0.84 0.65
Hex 5A CC F1 3F F 0 5 C3 54 41
Octal 132 314 361 77 17 0 5 303 124 101
Binary 1011010 11001100 11110001 111111 1111 0 101 11000011 1010100 1000001

Color Harmonies of #5ACCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCF1

Black with #5ACCF1

Text Example


Text Example

White with #5ACCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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