Html Css Color HEX #59CEF8 Turquoise Blue

📋 copy color: '#59CEF8'

red 89 ◦ green 206 ◦ blue 248

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

Shades of Turquoise Blue #59CEF8

Tints of Turquoise Blue #59CEF8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.94%

 BLUE value IS 248 (97.27% from 255) = 45.67%

R = 16.39%
G = 37.94%
B = 45.67%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#59CEF8 (or 0x59CEF8) is known color: Turquoise Blue. HEX triplet: 59, CE and F8. RGB value is (89,206,248). Sum of RGB (Red+Green+Blue) = 89+206+248=543 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.39% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #59CEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CEF8 is #A63107. Grayscale: #AFAFAF. Windows color (decimal): -10891528 or 16305753. OLE color: 16305753.

HSL color Cylindrical-coordinate representation of color #59CEF8: hue angle of 195.85º degrees, saturation: 0.92, 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 #59CEF8 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 89 206 248 -
CMYK 0.64 0.17 0 0.03
HSL 195.85º 0.92% 0.66% -
HSV(B) 195.85º 0.64% 0.97% -
XYZ 43.13 53.04 96.77 -
YUV 175.81 168.74 66.08 -
System Red Green Blue C M Y K H S L
Decimal 89 206 248 0.64 0.17 0 0.03 195.85 0.92 0.66
Hex 59 CE F8 40 11 0 3 C4 5C 42
Octal 131 316 370 100 21 0 3 304 134 102
Binary 1011001 11001110 11111000 1000000 10001 0 11 11000100 1011100 1000010

Color Harmonies of #59CEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CEF8

Black with #59CEF8

Text Example


Text Example

White with #59CEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,206,248); }

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

background-color css

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

 a { background-color: rgb(89,206,248); }

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

border-color css

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

 span { border-color: rgb(89,206,248); }

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