Html Css Color HEX #56E3FA Turquoise Blue

📋 copy color: '#56E3FA'

red 86 ◦ green 227 ◦ blue 250

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

Shades of Turquoise Blue #56E3FA

Tints of Turquoise Blue #56E3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 15.28%
G = 40.32%
B = 44.4%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#56E3FA (or 0x56E3FA) is known color: Turquoise Blue. HEX triplet: 56, E3 and FA. RGB value is (86,227,250). Sum of RGB (Red+Green+Blue) = 86+227+250=563 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.28% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #56E3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56E3FA is #A91C05. Grayscale: #BBBBBB. Windows color (decimal): -11082758 or 16442198. OLE color: 16442198.

HSL color Cylindrical-coordinate representation of color #56E3FA: hue angle of 188.41º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56E3FA is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 227 250 -
CMYK 0.66 0.09 0 0.02
HSL 188.41º 0.94% 0.66% -
HSV(B) 188.41º 0.66% 0.98% -
XYZ 48.56 63.82 100.2 -
YUV 187.46 163.29 55.63 -
System Red Green Blue C M Y K H S L
Decimal 86 227 250 0.66 0.09 0 0.02 188.41 0.94 0.66
Hex 56 E3 FA 42 9 0 2 BC 5E 42
Octal 126 343 372 102 11 0 2 274 136 102
Binary 1010110 11100011 11111010 1000010 1001 0 10 10111100 1011110 1000010

Color Harmonies of #56E3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56E3FA

Black with #56E3FA

Text Example


Text Example

White with #56E3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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