Html Css Color HEX #5ACFEF Turquoise Blue

📋 copy color: '#5ACFEF'

red 90 ◦ green 207 ◦ blue 239

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

Shades of Turquoise Blue #5ACFEF

Tints of Turquoise Blue #5ACFEF

RGB

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

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

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

R = 16.79%
G = 38.62%
B = 44.59%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5ACFEF (or 0x5ACFEF) is known color: Turquoise Blue. HEX triplet: 5A, CF and EF. RGB value is (90,207,239). Sum of RGB (Red+Green+Blue) = 90+207+239=536 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.79% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #5ACFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACFEF is #A53010. Grayscale: #AFAFAF. Windows color (decimal): -10825745 or 15716186. OLE color: 15716186.

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

Color convert

RGB 90 207 239 -
CMYK 0.62 0.13 0 0.06
HSL 192.89º 0.82% 0.65% -
HSV(B) 192.89º 0.62% 0.94% -
XYZ 42.11 53.03 89.68 -
YUV 175.67 163.74 66.9 -
System Red Green Blue C M Y K H S L
Decimal 90 207 239 0.62 0.13 0 0.06 192.89 0.82 0.65
Hex 5A CF EF 3E D 0 6 C1 52 41
Octal 132 317 357 76 15 0 6 301 122 101
Binary 1011010 11001111 11101111 111110 1101 0 110 11000001 1010010 1000001

Color Harmonies of #5ACFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACFEF

Black with #5ACFEF

Text Example


Text Example

White with #5ACFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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