Html Css Color HEX #59DFF7 Turquoise Blue

📋 copy color: '#59DFF7'

red 89 ◦ green 223 ◦ blue 247

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

Shades of Turquoise Blue #59DFF7

Tints of Turquoise Blue #59DFF7

RGB

 RED value IS 89 (35.16% from 255) = 15.92%

 GREEN value IS 223 (87.5% from 255) = 39.89%

 BLUE value IS 247 (96.88% from 255) = 44.19%

R = 15.92%
G = 39.89%
B = 44.19%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#59DFF7 (or 0x59DFF7) is known color: Turquoise Blue. HEX triplet: 59, DF and F7. RGB value is (89,223,247). Sum of RGB (Red+Green+Blue) = 89+223+247=559 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.92% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 247 - color contains mainly: blue. Hex color #59DFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DFF7 is #A62008. Grayscale: #B9B9B9. Windows color (decimal): -10887177 or 16244569. OLE color: 16244569.

HSL color Cylindrical-coordinate representation of color #59DFF7: hue angle of 189.11º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59DFF7 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 89 223 247 -
CMYK 0.64 0.10 0 0.03
HSL 189.11º 0.91% 0.66% -
HSV(B) 189.11º 0.64% 0.97% -
XYZ 47.3 61.61 97.4 -
YUV 185.67 162.61 59.05 -
System Red Green Blue C M Y K H S L
Decimal 89 223 247 0.64 0.10 0 0.03 189.11 0.91 0.66
Hex 59 DF F7 40 A 0 3 BD 5B 42
Octal 131 337 367 100 12 0 3 275 133 102
Binary 1011001 11011111 11110111 1000000 1010 0 11 10111101 1011011 1000010

Color Harmonies of #59DFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DFF7

Black with #59DFF7

Text Example


Text Example

White with #59DFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59DFF7; }

 p { color: rgb(89,223,247); }

 H1.HeaderClassName
 {
   color: #59DFF7;
 }
 .AnyTagClassName
 {
   color: #59DFF7;
 }
</style>

background-color css

<style>
 a { background-color: #59DFF7; }

 a { background-color: rgb(89,223,247); }

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

border-color css

<style>
 span { border-color: #59DFF7; }

 span { border-color: rgb(89,223,247); }

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