Html Css Color HEX #59DBEF Turquoise Blue

📋 copy color: '#59DBEF'

red 89 ◦ green 219 ◦ blue 239

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

Shades of Turquoise Blue #59DBEF

Tints of Turquoise Blue #59DBEF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 16.27%
G = 40.04%
B = 43.69%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#59DBEF (or 0x59DBEF) is known color: Turquoise Blue. HEX triplet: 59, DB and EF. RGB value is (89,219,239). Sum of RGB (Red+Green+Blue) = 89+219+239=547 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.27% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #59DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DBEF is #A62410. Grayscale: #B6B6B6. Windows color (decimal): -10888209 or 15719257. OLE color: 15719257.

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

Color convert

RGB 89 219 239 -
CMYK 0.63 0.08 0 0.06
HSL 188º 0.82% 0.64% -
HSV(B) 188º 0.63% 0.94% -
XYZ 45.03 59.02 90.68 -
YUV 182.41 159.93 61.37 -
System Red Green Blue C M Y K H S L
Decimal 89 219 239 0.63 0.08 0 0.06 188 0.82 0.64
Hex 59 DB EF 3F 8 0 6 BC 52 40
Octal 131 333 357 77 10 0 6 274 122 100
Binary 1011001 11011011 11101111 111111 1000 0 110 10111100 1010010 1000000

Color Harmonies of #59DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DBEF

Black with #59DBEF

Text Example


Text Example

White with #59DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,219,239); }

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

background-color css

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

 a { background-color: rgb(89,219,239); }

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

border-color css

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

 span { border-color: rgb(89,219,239); }

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