Html Css Color HEX #05EADC Bright Turquoise

📋 copy color: '#05EADC'

red 5 ◦ green 234 ◦ blue 220

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

Shades of Bright Turquoise #05EADC

Tints of Bright Turquoise #05EADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.98%

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

R = 1.09%
G = 50.98%
B = 47.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#05EADC (or 0x05EADC) is known color: Bright Turquoise. HEX triplet: 05, EA and DC. RGB value is (5,234,220). Sum of RGB (Red+Green+Blue) = 5+234+220=459 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #05EADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EADC is #FA1523. Grayscale: #A3A3A3. Windows color (decimal): -16389412 or 14477829. OLE color: 14477829.

HSL color Cylindrical-coordinate representation of color #05EADC: hue angle of 176.33º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EADC is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 234 220 -
CMYK 0.98 0 0.06 0.08
HSL 176.33º 0.96% 0.47% -
HSV(B) 176.33º 0.98% 0.92% -
XYZ 42.4 64.05 77.84 -
YUV 163.93 159.63 14.64 -
System Red Green Blue C M Y K H S L
Decimal 5 234 220 0.98 0 0.06 0.08 176.33 0.96 0.47
Hex 5 EA DC 62 0 6 8 B0 60 2F
Octal 5 352 334 142 0 6 10 260 140 57
Binary 101 11101010 11011100 1100010 0 110 1000 10110000 1100000 101111

Color Harmonies of #05EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EADC

Black with #05EADC

Text Example


Text Example

White with #05EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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