Html Css Color HEX #59CFF8 Turquoise Blue

📋 copy color: '#59CFF8'

red 89 ◦ green 207 ◦ blue 248

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

Shades of Turquoise Blue #59CFF8

Tints of Turquoise Blue #59CFF8

RGB

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

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

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

R = 16.36%
G = 38.05%
B = 45.59%

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

#59CFF8 (or 0x59CFF8) is known color: Turquoise Blue. HEX triplet: 59, CF and F8. RGB value is (89,207,248). Sum of RGB (Red+Green+Blue) = 89+207+248=544 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.36% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #59CFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CFF8 is #A63007. Grayscale: #B0B0B0. Windows color (decimal): -10891272 or 16306009. OLE color: 16306009.

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

Color convert

RGB 89 207 248 -
CMYK 0.64 0.17 0 0.03
HSL 195.47º 0.92% 0.66% -
HSV(B) 195.47º 0.64% 0.97% -
XYZ 43.38 53.53 96.85 -
YUV 176.39 168.41 65.67 -
System Red Green Blue C M Y K H S L
Decimal 89 207 248 0.64 0.17 0 0.03 195.47 0.92 0.66
Hex 59 CF F8 40 11 0 3 C3 5C 42
Octal 131 317 370 100 21 0 3 303 134 102
Binary 1011001 11001111 11111000 1000000 10001 0 11 11000011 1011100 1000010

Color Harmonies of #59CFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CFF8

Black with #59CFF8

Text Example


Text Example

White with #59CFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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