#5ACFEE

Color #5ACFEE Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5ACFEE

Tints of Turquoise Blue #5ACFEE

Color information

#5ACFEE (or 0x5ACFEE) is unknown color: approx Turquoise Blue. HEX triplet: 5A, CF and EE. RGB value is (90,207,238). Sum of RGB (Red+Green+Blue) = 90+207+238=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #5ACFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACFEE is #A53011. Grayscale: #AFAFAF. Windows color (decimal): -10825746 or 15650650. OLE color: 15650650.

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

Color convert

RGB90207238-
CMYK0.620.1300.07
HSL192.57º81.32%64.31%-
HSV(B)192.57º62.18%93.33%-
XYZ41.9652.9788.9-
YUV175.55163.2466.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.82%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=16.82%
G=38.69%
B=44.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal902072380.620.1300.07192.5781.3264.31
Hex5ACFEE3ED07c15140
Octal132317356761507301121100
Binary10110101100111111101110111110110101111100000110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ACFEE;
 }
 .AnyTagClassName
 {
   color: #5ACFEE;
 }
</style>
background-color css

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

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

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

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

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

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