Html Css Color HEX #56CDF8 Turquoise Blue

📋 copy color: '#56CDF8'

red 86 ◦ green 205 ◦ blue 248

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

Shades of Turquoise Blue #56CDF8

Tints of Turquoise Blue #56CDF8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.03%

 BLUE value IS 248 (97.27% from 255) = 46.01%

R = 15.96%
G = 38.03%
B = 46.01%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#56CDF8 (or 0x56CDF8) is known color: Turquoise Blue. HEX triplet: 56, CD and F8. RGB value is (86,205,248). Sum of RGB (Red+Green+Blue) = 86+205+248=539 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.96% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 248 (97.27% from 255 or 46.01% from 539); Max value from RGB is 248 - color contains mainly: blue. Hex color #56CDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CDF8 is #A93207. Grayscale: #AEAEAE. Windows color (decimal): -11088392 or 16305494. OLE color: 16305494.

HSL color Cylindrical-coordinate representation of color #56CDF8: hue angle of 195.93º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56CDF8 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 86 205 248 -
CMYK 0.65 0.17 0 0.03
HSL 195.93º 0.92% 0.65% -
HSV(B) 195.93º 0.65% 0.97% -
XYZ 42.61 52.42 96.68 -
YUV 174.32 169.58 65 -
System Red Green Blue C M Y K H S L
Decimal 86 205 248 0.65 0.17 0 0.03 195.93 0.92 0.65
Hex 56 CD F8 41 11 0 3 C4 5C 41
Octal 126 315 370 101 21 0 3 304 134 101
Binary 1010110 11001101 11111000 1000001 10001 0 11 11000100 1011100 1000001

Color Harmonies of #56CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CDF8

Black with #56CDF8

Text Example


Text Example

White with #56CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,205,248); }

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

background-color css

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

 a { background-color: rgb(86,205,248); }

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

border-color css

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

 span { border-color: rgb(86,205,248); }

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