Html Css Color HEX #5ACFDA Turquoise Blue

📋 copy color: '#5ACFDA'

red 90 ◦ green 207 ◦ blue 218

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

Shades of Turquoise Blue #5ACFDA

Tints of Turquoise Blue #5ACFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 17.48%
G = 40.19%
B = 42.33%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5ACFDA (or 0x5ACFDA) is known color: Turquoise Blue. HEX triplet: 5A, CF and DA. RGB value is (90,207,218). Sum of RGB (Red+Green+Blue) = 90+207+218=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #5ACFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFDA is #A53025. Grayscale: #ADADAD. Windows color (decimal): -10825766 or 14339930. OLE color: 14339930.

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

Color convert

RGB 90 207 218 -
CMYK 0.59 0.05 0 0.15
HSL 185.16º 0.63% 0.6% -
HSV(B) 185.16º 0.59% 0.85% -
XYZ 39.18 51.86 74.27 -
YUV 173.27 153.24 68.61 -
System Red Green Blue C M Y K H S L
Decimal 90 207 218 0.59 0.05 0 0.15 185.16 0.63 0.6
Hex 5A CF DA 3B 5 0 F B9 3F 3C
Octal 132 317 332 73 5 0 17 271 77 74
Binary 1011010 11001111 11011010 111011 101 0 1111 10111001 111111 111100

Color Harmonies of #5ACFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACFDA

Black with #5ACFDA

Text Example


Text Example

White with #5ACFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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