Html Css Color HEX #56DEF1 Turquoise Blue

📋 copy color: '#56DEF1'

red 86 ◦ green 222 ◦ blue 241

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

Shades of Turquoise Blue #56DEF1

Tints of Turquoise Blue #56DEF1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.44%

 BLUE value IS 241 (94.53% from 255) = 43.9%

R = 15.66%
G = 40.44%
B = 43.9%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#56DEF1 (or 0x56DEF1) is known color: Turquoise Blue. HEX triplet: 56, DE and F1. RGB value is (86,222,241). Sum of RGB (Red+Green+Blue) = 86+222+241=549 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.66% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #56DEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DEF1 is #A9210E. Grayscale: #B7B7B7. Windows color (decimal): -11084047 or 15851094. OLE color: 15851094.

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

Color convert

RGB 86 222 241 -
CMYK 0.64 0.08 0 0.05
HSL 187.35º 0.85% 0.64% -
HSV(B) 187.35º 0.64% 0.95% -
XYZ 45.84 60.57 92.49 -
YUV 183.5 160.44 58.46 -
System Red Green Blue C M Y K H S L
Decimal 86 222 241 0.64 0.08 0 0.05 187.35 0.85 0.64
Hex 56 DE F1 40 8 0 5 BB 55 40
Octal 126 336 361 100 10 0 5 273 125 100
Binary 1010110 11011110 11110001 1000000 1000 0 101 10111011 1010101 1000000

Color Harmonies of #56DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DEF1

Black with #56DEF1

Text Example


Text Example

White with #56DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,222,241); }

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

background-color css

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

 a { background-color: rgb(86,222,241); }

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

border-color css

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

 span { border-color: rgb(86,222,241); }

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