Html Css Color HEX #59D6F3 Turquoise Blue

📋 copy color: '#59D6F3'

red 89 ◦ green 214 ◦ blue 243

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

Shades of Turquoise Blue #59D6F3

Tints of Turquoise Blue #59D6F3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.19%

 BLUE value IS 243 (95.31% from 255) = 44.51%

R = 16.3%
G = 39.19%
B = 44.51%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#59D6F3 (or 0x59D6F3) is known color: Turquoise Blue. HEX triplet: 59, D6 and F3. RGB value is (89,214,243). Sum of RGB (Red+Green+Blue) = 89+214+243=546 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.30% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #59D6F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D6F3 is #A6290C. Grayscale: #B3B3B3. Windows color (decimal): -10889485 or 15980121. OLE color: 15980121.

HSL color Cylindrical-coordinate representation of color #59D6F3: hue angle of 191.3º degrees, saturation: 0.87, 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 #59D6F3 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 214 243 -
CMYK 0.63 0.12 0 0.05
HSL 191.3º 0.87% 0.65% -
HSV(B) 191.3º 0.63% 0.95% -
XYZ 44.34 56.69 93.4 -
YUV 179.93 163.59 63.14 -
System Red Green Blue C M Y K H S L
Decimal 89 214 243 0.63 0.12 0 0.05 191.3 0.87 0.65
Hex 59 D6 F3 3F C 0 5 BF 57 41
Octal 131 326 363 77 14 0 5 277 127 101
Binary 1011001 11010110 11110011 111111 1100 0 101 10111111 1010111 1000001

Color Harmonies of #59D6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D6F3

Black with #59D6F3

Text Example


Text Example

White with #59D6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,214,243); }

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

background-color css

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

 a { background-color: rgb(89,214,243); }

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

border-color css

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

 span { border-color: rgb(89,214,243); }

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