Html Css Color HEX #56D2EE Turquoise Blue

📋 copy color: '#56D2EE'

red 86 ◦ green 210 ◦ blue 238

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

Shades of Turquoise Blue #56D2EE

Tints of Turquoise Blue #56D2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.33%

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

R = 16.1%
G = 39.33%
B = 44.57%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#56D2EE (or 0x56D2EE) is known color: Turquoise Blue. HEX triplet: 56, D2 and EE. RGB value is (86,210,238). Sum of RGB (Red+Green+Blue) = 86+210+238=534 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.10% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #56D2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D2EE is #A92D11. Grayscale: #AFAFAF. Windows color (decimal): -11087122 or 15651414. OLE color: 15651414.

HSL color Cylindrical-coordinate representation of color #56D2EE: hue angle of 191.05º 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 #56D2EE is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 210 238 -
CMYK 0.64 0.12 0 0.07
HSL 191.05º 0.82% 0.64% -
HSV(B) 191.05º 0.64% 0.93% -
XYZ 42.32 54.24 89.13 -
YUV 176.12 162.92 63.72 -
System Red Green Blue C M Y K H S L
Decimal 86 210 238 0.64 0.12 0 0.07 191.05 0.82 0.64
Hex 56 D2 EE 40 C 0 7 BF 52 40
Octal 126 322 356 100 14 0 7 277 122 100
Binary 1010110 11010010 11101110 1000000 1100 0 111 10111111 1010010 1000000

Color Harmonies of #56D2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D2EE

Black with #56D2EE

Text Example


Text Example

White with #56D2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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