Html Css Color HEX #59CDEC Turquoise Blue

📋 copy color: '#59CDEC'

red 89 ◦ green 205 ◦ blue 236

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

Shades of Turquoise Blue #59CDEC

Tints of Turquoise Blue #59CDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.68%

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 16.79%
G = 38.68%
B = 44.53%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#59CDEC (or 0x59CDEC) is known color: Turquoise Blue. HEX triplet: 59, CD and EC. RGB value is (89,205,236). Sum of RGB (Red+Green+Blue) = 89+205+236=530 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.79% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #59CDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CDEC is #A63213. Grayscale: #ADADAD. Windows color (decimal): -10891796 or 15519065. OLE color: 15519065.

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

Color convert

RGB 89 205 236 -
CMYK 0.62 0.13 0 0.07
HSL 192.65º 0.79% 0.64% -
HSV(B) 192.65º 0.62% 0.93% -
XYZ 41.09 51.84 87.2 -
YUV 173.85 163.07 67.48 -
System Red Green Blue C M Y K H S L
Decimal 89 205 236 0.62 0.13 0 0.07 192.65 0.79 0.64
Hex 59 CD EC 3E D 0 7 C1 4F 40
Octal 131 315 354 76 15 0 7 301 117 100
Binary 1011001 11001101 11101100 111110 1101 0 111 11000001 1001111 1000000

Color Harmonies of #59CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CDEC

Black with #59CDEC

Text Example


Text Example

White with #59CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,205,236); }

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

background-color css

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

 a { background-color: rgb(89,205,236); }

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

border-color css

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

 span { border-color: rgb(89,205,236); }

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