Html Css Color HEX #56EFEF Turquoise Blue

📋 copy color: '#56EFEF'

red 86 ◦ green 239 ◦ blue 239

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

Shades of Turquoise Blue #56EFEF

Tints of Turquoise Blue #56EFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 15.25%
G = 42.38%
B = 42.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#56EFEF (or 0x56EFEF) is known color: Turquoise Blue. HEX triplet: 56, EF and EF. RGB value is (86,239,239). Sum of RGB (Red+Green+Blue) = 86+239+239=564 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.25% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #56EFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EFEF is #A91010. Grayscale: #C1C1C1. Windows color (decimal): -11079697 or 15724374. OLE color: 15724374.

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

Color convert

RGB 86 239 239 -
CMYK 0.64 0 0 0.06
HSL 180º 0.83% 0.64% -
HSV(B) 180º 0.64% 0.94% -
XYZ 50.28 69.94 92.51 -
YUV 193.25 153.81 51.5 -
System Red Green Blue C M Y K H S L
Decimal 86 239 239 0.64 0 0 0.06 180 0.83 0.64
Hex 56 EF EF 40 0 0 6 B4 53 40
Octal 126 357 357 100 0 0 6 264 123 100
Binary 1010110 11101111 11101111 1000000 0 0 110 10110100 1010011 1000000

Color Harmonies of #56EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EFEF

Black with #56EFEF

Text Example


Text Example

White with #56EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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