Html Css Color HEX #5ACFF2 Turquoise Blue

📋 copy color: '#5ACFF2'

red 90 ◦ green 207 ◦ blue 242

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

Shades of Turquoise Blue #5ACFF2

Tints of Turquoise Blue #5ACFF2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.4%

 BLUE value IS 242 (94.92% from 255) = 44.9%

R = 16.7%
G = 38.4%
B = 44.9%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5ACFF2 (or 0x5ACFF2) is known color: Turquoise Blue. HEX triplet: 5A, CF and F2. RGB value is (90,207,242). Sum of RGB (Red+Green+Blue) = 90+207+242=539 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.70% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #5ACFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACFF2 is #A5300D. Grayscale: #AFAFAF. Windows color (decimal): -10825742 or 15912794. OLE color: 15912794.

HSL color Cylindrical-coordinate representation of color #5ACFF2: hue angle of 193.82º degrees, saturation: 0.85, 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 #5ACFF2 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 207 242 -
CMYK 0.63 0.14 0 0.05
HSL 193.82º 0.85% 0.65% -
HSV(B) 193.82º 0.63% 0.95% -
XYZ 42.56 53.21 92.03 -
YUV 176.01 165.24 66.65 -
System Red Green Blue C M Y K H S L
Decimal 90 207 242 0.63 0.14 0 0.05 193.82 0.85 0.65
Hex 5A CF F2 3F E 0 5 C2 55 41
Octal 132 317 362 77 16 0 5 302 125 101
Binary 1011010 11001111 11110010 111111 1110 0 101 11000010 1010101 1000001

Color Harmonies of #5ACFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACFF2

Black with #5ACFF2

Text Example


Text Example

White with #5ACFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,207,242); }

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

background-color css

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

 a { background-color: rgb(90,207,242); }

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

border-color css

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

 span { border-color: rgb(90,207,242); }

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