Html Css Color HEX #59CFF0 Turquoise Blue

📋 copy color: '#59CFF0'

red 89 ◦ green 207 ◦ blue 240

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

Shades of Turquoise Blue #59CFF0

Tints of Turquoise Blue #59CFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.78%

R = 16.6%
G = 38.62%
B = 44.78%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#59CFF0 (or 0x59CFF0) is known color: Turquoise Blue. HEX triplet: 59, CF and F0. RGB value is (89,207,240). Sum of RGB (Red+Green+Blue) = 89+207+240=536 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.60% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #59CFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CFF0 is #A6300F. Grayscale: #AFAFAF. Windows color (decimal): -10891280 or 15781721. OLE color: 15781721.

HSL color Cylindrical-coordinate representation of color #59CFF0: hue angle of 193.11º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59CFF0 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 207 240 -
CMYK 0.63 0.14 0 0.06
HSL 193.11º 0.83% 0.65% -
HSV(B) 193.11º 0.63% 0.94% -
XYZ 42.16 53.04 90.45 -
YUV 175.48 164.41 66.32 -
System Red Green Blue C M Y K H S L
Decimal 89 207 240 0.63 0.14 0 0.06 193.11 0.83 0.65
Hex 59 CF F0 3F E 0 6 C1 53 41
Octal 131 317 360 77 16 0 6 301 123 101
Binary 1011001 11001111 11110000 111111 1110 0 110 11000001 1010011 1000001

Color Harmonies of #59CFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CFF0

Black with #59CFF0

Text Example


Text Example

White with #59CFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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