Html Css Color HEX #59CDF4 Turquoise Blue

📋 copy color: '#59CDF4'

red 89 ◦ green 205 ◦ blue 244

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

Shades of Turquoise Blue #59CDF4

Tints of Turquoise Blue #59CDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.35%

R = 16.54%
G = 38.1%
B = 45.35%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#59CDF4 (or 0x59CDF4) is known color: Turquoise Blue. HEX triplet: 59, CD and F4. RGB value is (89,205,244). Sum of RGB (Red+Green+Blue) = 89+205+244=538 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.54% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 244 (95.70% from 255 or 45.35% from 538); Max value from RGB is 244 - color contains mainly: blue. Hex color #59CDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CDF4 is #A6320B. Grayscale: #AEAEAE. Windows color (decimal): -10891788 or 16043353. OLE color: 16043353.

HSL color Cylindrical-coordinate representation of color #59CDF4: hue angle of 195.1º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59CDF4 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 89 205 244 -
CMYK 0.64 0.16 0 0.04
HSL 195.1º 0.88% 0.65% -
HSV(B) 195.1º 0.64% 0.96% -
XYZ 42.28 52.32 93.46 -
YUV 174.76 167.07 66.83 -
System Red Green Blue C M Y K H S L
Decimal 89 205 244 0.64 0.16 0 0.04 195.1 0.88 0.65
Hex 59 CD F4 40 10 0 4 C3 58 41
Octal 131 315 364 100 20 0 4 303 130 101
Binary 1011001 11001101 11110100 1000000 10000 0 100 11000011 1011000 1000001

Color Harmonies of #59CDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CDF4

Black with #59CDF4

Text Example


Text Example

White with #59CDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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