Html Css Color HEX #56CEF6 Turquoise Blue

📋 copy color: '#56CEF6'

red 86 ◦ green 206 ◦ blue 246

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

Shades of Turquoise Blue #56CEF6

Tints of Turquoise Blue #56CEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.72%

R = 15.99%
G = 38.29%
B = 45.72%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#56CEF6 (or 0x56CEF6) is known color: Turquoise Blue. HEX triplet: 56, CE and F6. RGB value is (86,206,246). Sum of RGB (Red+Green+Blue) = 86+206+246=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #56CEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CEF6 is #A93109. Grayscale: #AEAEAE. Windows color (decimal): -11088138 or 16174678. OLE color: 16174678.

HSL color Cylindrical-coordinate representation of color #56CEF6: hue angle of 195º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56CEF6 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 206 246 -
CMYK 0.65 0.16 0 0.04
HSL 195º 0.9% 0.65% -
HSV(B) 195º 0.65% 0.96% -
XYZ 42.54 52.77 95.13 -
YUV 174.68 168.24 64.75 -
System Red Green Blue C M Y K H S L
Decimal 86 206 246 0.65 0.16 0 0.04 195 0.9 0.65
Hex 56 CE F6 41 10 0 4 C3 5A 41
Octal 126 316 366 101 20 0 4 303 132 101
Binary 1010110 11001110 11110110 1000001 10000 0 100 11000011 1011010 1000001

Color Harmonies of #56CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CEF6

Black with #56CEF6

Text Example


Text Example

White with #56CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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