Html Css Color HEX #59CFEE Turquoise Blue

📋 copy color: '#59CFEE'

red 89 ◦ green 207 ◦ blue 238

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

Shades of Turquoise Blue #59CFEE

Tints of Turquoise Blue #59CFEE

RGB

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

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

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

R = 16.67%
G = 38.76%
B = 44.57%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#59CFEE (or 0x59CFEE) is known color: Turquoise Blue. HEX triplet: 59, CF and EE. RGB value is (89,207,238). Sum of RGB (Red+Green+Blue) = 89+207+238=534 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.67% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #59CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CFEE is #A63011. Grayscale: #AFAFAF. Windows color (decimal): -10891282 or 15650649. OLE color: 15650649.

HSL color Cylindrical-coordinate representation of color #59CFEE: hue angle of 192.48º 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 #59CFEE is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 207 238 -
CMYK 0.63 0.13 0 0.07
HSL 192.48º 0.81% 0.64% -
HSV(B) 192.48º 0.63% 0.93% -
XYZ 41.87 52.92 88.9 -
YUV 175.25 163.41 66.48 -
System Red Green Blue C M Y K H S L
Decimal 89 207 238 0.63 0.13 0 0.07 192.48 0.81 0.64
Hex 59 CF EE 3F D 0 7 C0 51 40
Octal 131 317 356 77 15 0 7 300 121 100
Binary 1011001 11001111 11101110 111111 1101 0 111 11000000 1010001 1000000

Color Harmonies of #59CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CFEE

Black with #59CFEE

Text Example


Text Example

White with #59CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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