Html Css Color HEX #05FEDE Bright Turquoise

📋 copy color: '#05FEDE'

red 5 ◦ green 254 ◦ blue 222

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

Shades of Bright Turquoise #05FEDE

Tints of Bright Turquoise #05FEDE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.81%

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 1.04%
G = 52.81%
B = 46.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#05FEDE (or 0x05FEDE) is known color: Bright Turquoise. HEX triplet: 05, FE and DE. RGB value is (5,254,222). Sum of RGB (Red+Green+Blue) = 5+254+222=481 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #05FEDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FEDE is #FA0121. Grayscale: #AFAFAF. Windows color (decimal): -16384290 or 14614021. OLE color: 14614021.

HSL color Cylindrical-coordinate representation of color #05FEDE: hue angle of 172.29º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FEDE is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 254 222 -
CMYK 0.98 0 0.13 0.00
HSL 172.29º 0.99% 0.51% -
HSV(B) 172.29º 0.98% 1% -
XYZ 48.69 76.19 81.25 -
YUV 175.9 154.01 6.1 -
System Red Green Blue C M Y K H S L
Decimal 5 254 222 0.98 0 0.13 0.00 172.29 0.99 0.51
Hex 5 FE DE 62 0 D 0 AC 63 33
Octal 5 376 336 142 0 15 0 254 143 63
Binary 101 11111110 11011110 1100010 0 1101 0 10101100 1100011 110011

Color Harmonies of #05FEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FEDE

Black with #05FEDE

Text Example


Text Example

White with #05FEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,254,222); }

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

background-color css

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

 a { background-color: rgb(5,254,222); }

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

border-color css

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

 span { border-color: rgb(5,254,222); }

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