Html Css Color HEX #59CBEF Turquoise Blue

📋 copy color: '#59CBEF'

red 89 ◦ green 203 ◦ blue 239

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

Shades of Turquoise Blue #59CBEF

Tints of Turquoise Blue #59CBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 16.76%
G = 38.23%
B = 45.01%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#59CBEF (or 0x59CBEF) is known color: Turquoise Blue. HEX triplet: 59, CB and EF. RGB value is (89,203,239). Sum of RGB (Red+Green+Blue) = 89+203+239=531 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.76% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #59CBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CBEF is #A63410. Grayscale: #ACACAC. Windows color (decimal): -10892305 or 15715161. OLE color: 15715161.

HSL color Cylindrical-coordinate representation of color #59CBEF: hue angle of 194.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59CBEF is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 203 239 -
CMYK 0.63 0.15 0 0.06
HSL 194.4º 0.82% 0.64% -
HSV(B) 194.4º 0.63% 0.94% -
XYZ 41.06 51.07 89.35 -
YUV 173.02 165.23 68.07 -
System Red Green Blue C M Y K H S L
Decimal 89 203 239 0.63 0.15 0 0.06 194.4 0.82 0.64
Hex 59 CB EF 3F F 0 6 C2 52 40
Octal 131 313 357 77 17 0 6 302 122 100
Binary 1011001 11001011 11101111 111111 1111 0 110 11000010 1010010 1000000

Color Harmonies of #59CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CBEF

Black with #59CBEF

Text Example


Text Example

White with #59CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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