Html Css Color HEX #56E3FF Turquoise Blue

📋 copy color: '#56E3FF'

red 86 ◦ green 227 ◦ blue 255

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

Shades of Turquoise Blue #56E3FF

Tints of Turquoise Blue #56E3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.96%

 BLUE value IS 255 (100% from 255) = 44.89%

R = 15.14%
G = 39.96%
B = 44.89%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56E3FF (or 0x56E3FF) is known color: Turquoise Blue. HEX triplet: 56, E3 and FF. RGB value is (86,227,255). Sum of RGB (Red+Green+Blue) = 86+227+255=568 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.14% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #56E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56E3FF is #A91C00. Grayscale: #BBBBBB. Windows color (decimal): -11082753 or 16769878. OLE color: 16769878.

HSL color Cylindrical-coordinate representation of color #56E3FF: hue angle of 189.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56E3FF is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 227 255 -
CMYK 0.66 0.11 0 0
HSL 189.94º 1% 0.67% -
HSV(B) 189.94º 0.66% 1% -
XYZ 49.36 64.14 104.39 -
YUV 188.03 165.79 55.22 -
System Red Green Blue C M Y K H S L
Decimal 86 227 255 0.66 0.11 0 0 189.94 1 0.67
Hex 56 E3 FF 42 B 0 0 BE 64 43
Octal 126 343 377 102 13 0 0 276 144 103
Binary 1010110 11100011 11111111 1000010 1011 0 0 10111110 1100100 1000011

Color Harmonies of #56E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56E3FF

Black with #56E3FF

Text Example


Text Example

White with #56E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,227,255); }

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

background-color css

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

 a { background-color: rgb(86,227,255); }

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

border-color css

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

 span { border-color: rgb(86,227,255); }

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