Html Css Color HEX #59CFE6 Turquoise Blue

📋 copy color: '#59CFE6'

red 89 ◦ green 207 ◦ blue 230

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

Shades of Turquoise Blue #59CFE6

Tints of Turquoise Blue #59CFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 16.92%
G = 39.35%
B = 43.73%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#59CFE6 (or 0x59CFE6) is known color: Turquoise Blue. HEX triplet: 59, CF and E6. RGB value is (89,207,230). Sum of RGB (Red+Green+Blue) = 89+207+230=526 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.92% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #59CFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CFE6 is #A63019. Grayscale: #AEAEAE. Windows color (decimal): -10891290 or 15126361. OLE color: 15126361.

HSL color Cylindrical-coordinate representation of color #59CFE6: hue angle of 189.79º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59CFE6 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 89 207 230 -
CMYK 0.61 0.10 0 0.10
HSL 189.79º 0.74% 0.63% -
HSV(B) 189.79º 0.61% 0.9% -
XYZ 40.72 52.46 82.84 -
YUV 174.34 159.41 67.13 -
System Red Green Blue C M Y K H S L
Decimal 89 207 230 0.61 0.10 0 0.10 189.79 0.74 0.63
Hex 59 CF E6 3D A 0 A BE 4A 3F
Octal 131 317 346 75 12 0 12 276 112 77
Binary 1011001 11001111 11100110 111101 1010 0 1010 10111110 1001010 111111

Color Harmonies of #59CFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CFE6

Black with #59CFE6

Text Example


Text Example

White with #59CFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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