Html Css Color HEX #56EFEC Turquoise Blue

📋 copy color: '#56EFEC'

red 86 ◦ green 239 ◦ blue 236

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

Shades of Turquoise Blue #56EFEC

Tints of Turquoise Blue #56EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.6%

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 15.33%
G = 42.6%
B = 42.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#56EFEC (or 0x56EFEC) is known color: Turquoise Blue. HEX triplet: 56, EF and EC. RGB value is (86,239,236). Sum of RGB (Red+Green+Blue) = 86+239+236=561 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.33% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EFEC is #A91013. Grayscale: #C0C0C0. Windows color (decimal): -11079700 or 15527766. OLE color: 15527766.

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

Color convert

RGB 86 239 236 -
CMYK 0.64 0 0.01 0.06
HSL 178.82º 0.83% 0.64% -
HSV(B) 178.82º 0.64% 0.94% -
XYZ 49.84 69.77 90.2 -
YUV 192.91 152.31 51.74 -
System Red Green Blue C M Y K H S L
Decimal 86 239 236 0.64 0 0.01 0.06 178.82 0.83 0.64
Hex 56 EF EC 40 0 1 6 B3 53 40
Octal 126 357 354 100 0 1 6 263 123 100
Binary 1010110 11101111 11101100 1000000 0 1 110 10110011 1010011 1000000

Color Harmonies of #56EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EFEC

Black with #56EFEC

Text Example


Text Example

White with #56EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,239,236); }

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

background-color css

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

 a { background-color: rgb(86,239,236); }

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

border-color css

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

 span { border-color: rgb(86,239,236); }

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