Html Css Color HEX #59CBEE Turquoise Blue

📋 copy color: '#59CBEE'

red 89 ◦ green 203 ◦ blue 238

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

Shades of Turquoise Blue #59CBEE

Tints of Turquoise Blue #59CBEE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.3%

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

R = 16.79%
G = 38.3%
B = 44.91%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#59CBEE (or 0x59CBEE) is known color: Turquoise Blue. HEX triplet: 59, CB and EE. RGB value is (89,203,238). Sum of RGB (Red+Green+Blue) = 89+203+238=530 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.79% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #59CBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CBEE is #A63411. Grayscale: #ACACAC. Windows color (decimal): -10892306 or 15649625. OLE color: 15649625.

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

Color convert

RGB 89 203 238 -
CMYK 0.63 0.15 0 0.07
HSL 194.09º 0.81% 0.64% -
HSV(B) 194.09º 0.63% 0.93% -
XYZ 40.91 51.01 88.58 -
YUV 172.9 164.73 68.15 -
System Red Green Blue C M Y K H S L
Decimal 89 203 238 0.63 0.15 0 0.07 194.09 0.81 0.64
Hex 59 CB EE 3F F 0 7 C2 51 40
Octal 131 313 356 77 17 0 7 302 121 100
Binary 1011001 11001011 11101110 111111 1111 0 111 11000010 1010001 1000000

Color Harmonies of #59CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CBEE

Black with #59CBEE

Text Example


Text Example

White with #59CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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