Html Css Color HEX #56CEE9 Turquoise Blue

📋 copy color: '#56CEE9'

red 86 ◦ green 206 ◦ blue 233

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

Shades of Turquoise Blue #56CEE9

Tints of Turquoise Blue #56CEE9

RGB

 RED value IS 86 (33.98% from 255) = 16.38%

 GREEN value IS 206 (80.86% from 255) = 39.24%

 BLUE value IS 233 (91.41% from 255) = 44.38%

R = 16.38%
G = 39.24%
B = 44.38%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#56CEE9 (or 0x56CEE9) is known color: Turquoise Blue. HEX triplet: 56, CE and E9. RGB value is (86,206,233). Sum of RGB (Red+Green+Blue) = 86+206+233=525 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.38% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #56CEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CEE9 is #A93116. Grayscale: #ACACAC. Windows color (decimal): -11088151 or 15322710. OLE color: 15322710.

HSL color Cylindrical-coordinate representation of color #56CEE9: hue angle of 191.02º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56CEE9 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 86 206 233 -
CMYK 0.63 0.12 0 0.09
HSL 191.02º 0.77% 0.63% -
HSV(B) 191.02º 0.63% 0.91% -
XYZ 40.62 52 84.99 -
YUV 173.2 161.74 65.8 -
System Red Green Blue C M Y K H S L
Decimal 86 206 233 0.63 0.12 0 0.09 191.02 0.77 0.63
Hex 56 CE E9 3F C 0 9 BF 4D 3F
Octal 126 316 351 77 14 0 11 277 115 77
Binary 1010110 11001110 11101001 111111 1100 0 1001 10111111 1001101 111111

Color Harmonies of #56CEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CEE9

Black with #56CEE9

Text Example


Text Example

White with #56CEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56CEE9; }

 p { color: rgb(86,206,233); }

 H1.HeaderClassName
 {
   color: #56CEE9;
 }
 .AnyTagClassName
 {
   color: #56CEE9;
 }
</style>

background-color css

<style>
 a { background-color: #56CEE9; }

 a { background-color: rgb(86,206,233); }

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

border-color css

<style>
 span { border-color: #56CEE9; }

 span { border-color: rgb(86,206,233); }

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