Html Css Color HEX #05E7DC Bright Turquoise

📋 copy color: '#05E7DC'

red 5 ◦ green 231 ◦ blue 220

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

Shades of Bright Turquoise #05E7DC

Tints of Bright Turquoise #05E7DC

RGB

 RED value IS 5 (2.34% from 255) = 1.1%

 GREEN value IS 231 (90.63% from 255) = 50.66%

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 1.1%
G = 50.66%
B = 48.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#05E7DC (or 0x05E7DC) is known color: Bright Turquoise. HEX triplet: 05, E7 and DC. RGB value is (5,231,220). Sum of RGB (Red+Green+Blue) = 5+231+220=456 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 456); Green value is 231 (90.62% from 255 or 50.66% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 231 - color contains mainly: green. Hex color #05E7DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05E7DC is #FA1823. Grayscale: #A1A1A1. Windows color (decimal): -16390180 or 14477061. OLE color: 14477061.

HSL color Cylindrical-coordinate representation of color #05E7DC: hue angle of 177.08º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E7DC is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 5 231 220 -
CMYK 0.98 0 0.05 0.09
HSL 177.08º 0.96% 0.46% -
HSV(B) 177.08º 0.98% 0.91% -
XYZ 41.56 62.35 77.55 -
YUV 162.17 160.63 15.89 -
System Red Green Blue C M Y K H S L
Decimal 5 231 220 0.98 0 0.05 0.09 177.08 0.96 0.46
Hex 5 E7 DC 62 0 5 9 B1 60 2E
Octal 5 347 334 142 0 5 11 261 140 56
Binary 101 11100111 11011100 1100010 0 101 1001 10110001 1100000 101110

Color Harmonies of #05E7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E7DC

Black with #05E7DC

Text Example


Text Example

White with #05E7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05E7DC; }

 p { color: rgb(5,231,220); }

 H1.HeaderClassName
 {
   color: #05E7DC;
 }
 .AnyTagClassName
 {
   color: #05E7DC;
 }
</style>

background-color css

<style>
 a { background-color: #05E7DC; }

 a { background-color: rgb(5,231,220); }

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

border-color css

<style>
 span { border-color: #05E7DC; }

 span { border-color: rgb(5,231,220); }

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