Html Css Color HEX #56DFEE Turquoise Blue

📋 copy color: '#56DFEE'

red 86 ◦ green 223 ◦ blue 238

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

Shades of Turquoise Blue #56DFEE

Tints of Turquoise Blue #56DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.77%

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 15.72%
G = 40.77%
B = 43.51%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#56DFEE (or 0x56DFEE) is known color: Turquoise Blue. HEX triplet: 56, DF and EE. RGB value is (86,223,238). Sum of RGB (Red+Green+Blue) = 86+223+238=547 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.72% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #56DFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DFEE is #A92011. Grayscale: #B7B7B7. Windows color (decimal): -11083794 or 15654742. OLE color: 15654742.

HSL color Cylindrical-coordinate representation of color #56DFEE: hue angle of 185.92º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56DFEE is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 223 238 -
CMYK 0.64 0.06 0 0.07
HSL 185.92º 0.82% 0.64% -
HSV(B) 185.92º 0.64% 0.93% -
XYZ 45.66 60.93 90.24 -
YUV 183.75 158.61 58.28 -
System Red Green Blue C M Y K H S L
Decimal 86 223 238 0.64 0.06 0 0.07 185.92 0.82 0.64
Hex 56 DF EE 40 6 0 7 BA 52 40
Octal 126 337 356 100 6 0 7 272 122 100
Binary 1010110 11011111 11101110 1000000 110 0 111 10111010 1010010 1000000

Color Harmonies of #56DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DFEE

Black with #56DFEE

Text Example


Text Example

White with #56DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,223,238); }

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

background-color css

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

 a { background-color: rgb(86,223,238); }

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

border-color css

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

 span { border-color: rgb(86,223,238); }

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