Html Css Color HEX #56CCF3 Turquoise Blue

📋 copy color: '#56CCF3'

red 86 ◦ green 204 ◦ blue 243

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

Shades of Turquoise Blue #56CCF3

Tints of Turquoise Blue #56CCF3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.27%

 BLUE value IS 243 (95.31% from 255) = 45.59%

R = 16.14%
G = 38.27%
B = 45.59%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#56CCF3 (or 0x56CCF3) is known color: Turquoise Blue. HEX triplet: 56, CC and F3. RGB value is (86,204,243). Sum of RGB (Red+Green+Blue) = 86+204+243=533 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.14% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #56CCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CCF3 is #A9330C. Grayscale: #ACACAC. Windows color (decimal): -11088653 or 15977558. OLE color: 15977558.

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

Color convert

RGB 86 204 243 -
CMYK 0.65 0.16 0 0.05
HSL 194.9º 0.87% 0.65% -
HSV(B) 194.9º 0.65% 0.95% -
XYZ 41.61 51.64 92.57 -
YUV 173.16 167.41 65.83 -
System Red Green Blue C M Y K H S L
Decimal 86 204 243 0.65 0.16 0 0.05 194.9 0.87 0.65
Hex 56 CC F3 41 10 0 5 C3 57 41
Octal 126 314 363 101 20 0 5 303 127 101
Binary 1010110 11001100 11110011 1000001 10000 0 101 11000011 1010111 1000001

Color Harmonies of #56CCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CCF3

Black with #56CCF3

Text Example


Text Example

White with #56CCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,204,243); }

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

background-color css

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

 a { background-color: rgb(86,204,243); }

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

border-color css

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

 span { border-color: rgb(86,204,243); }

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