Html Css Color HEX #59DBEE Turquoise Blue

📋 copy color: '#59DBEE'

red 89 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #59DBEE

Tints of Turquoise Blue #59DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 16.3%
G = 40.11%
B = 43.59%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#59DBEE (or 0x59DBEE) is known color: Turquoise Blue. HEX triplet: 59, DB and EE. RGB value is (89,219,238). Sum of RGB (Red+Green+Blue) = 89+219+238=546 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.30% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #59DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DBEE is #A62411. Grayscale: #B6B6B6. Windows color (decimal): -10888210 or 15653721. OLE color: 15653721.

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

Color convert

RGB 89 219 238 -
CMYK 0.63 0.08 0 0.07
HSL 187.65º 0.81% 0.64% -
HSV(B) 187.65º 0.63% 0.93% -
XYZ 44.88 58.96 89.9 -
YUV 182.3 159.43 61.46 -
System Red Green Blue C M Y K H S L
Decimal 89 219 238 0.63 0.08 0 0.07 187.65 0.81 0.64
Hex 59 DB EE 3F 8 0 7 BC 51 40
Octal 131 333 356 77 10 0 7 274 121 100
Binary 1011001 11011011 11101110 111111 1000 0 111 10111100 1010001 1000000

Color Harmonies of #59DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DBEE

Black with #59DBEE

Text Example


Text Example

White with #59DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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