Html Css Color HEX #05EADD Bright Turquoise

📋 copy color: '#05EADD'

red 5 ◦ green 234 ◦ blue 221

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

Shades of Bright Turquoise #05EADD

Tints of Bright Turquoise #05EADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 1.09%
G = 50.87%
B = 48.04%

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

#05EADD (or 0x05EADD) is known color: Bright Turquoise. HEX triplet: 05, EA and DD. RGB value is (5,234,221). Sum of RGB (Red+Green+Blue) = 5+234+221=460 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #05EADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EADD is #FA1522. Grayscale: #A3A3A3. Windows color (decimal): -16389411 or 14543365. OLE color: 14543365.

HSL color Cylindrical-coordinate representation of color #05EADD: hue angle of 176.59º 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 #05EADD is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 234 221 -
CMYK 0.98 0 0.06 0.08
HSL 176.59º 0.96% 0.47% -
HSV(B) 176.59º 0.98% 0.92% -
XYZ 42.54 64.1 78.54 -
YUV 164.05 160.13 14.56 -
System Red Green Blue C M Y K H S L
Decimal 5 234 221 0.98 0 0.06 0.08 176.59 0.96 0.47
Hex 5 EA DD 62 0 6 8 B1 60 2F
Octal 5 352 335 142 0 6 10 261 140 57
Binary 101 11101010 11011101 1100010 0 110 1000 10110001 1100000 101111

Color Harmonies of #05EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EADD

Black with #05EADD

Text Example


Text Example

White with #05EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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