Html Css Color HEX #05FFE0 Bright Turquoise

📋 copy color: '#05FFE0'

red 5 ◦ green 255 ◦ blue 224

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

Shades of Bright Turquoise #05FFE0

Tints of Bright Turquoise #05FFE0

RGB

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

 GREEN value IS 255 (100% from 255) = 52.69%

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 1.03%
G = 52.69%
B = 46.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#05FFE0 (or 0x05FFE0) is known color: Bright Turquoise. HEX triplet: 05, FF and E0. RGB value is (5,255,224). Sum of RGB (Red+Green+Blue) = 5+255+224=484 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFE0 is #FA001F. Grayscale: #B0B0B0. Windows color (decimal): -16384032 or 14745349. OLE color: 14745349.

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

Color convert

RGB 5 255 224 -
CMYK 0.98 0 0.12 0
HSL 172.56º 1% 0.51% -
HSV(B) 172.56º 0.98% 1% -
XYZ 49.28 76.93 82.77 -
YUV 176.72 154.68 5.52 -
System Red Green Blue C M Y K H S L
Decimal 5 255 224 0.98 0 0.12 0 172.56 1 0.51
Hex 5 FF E0 62 0 C 0 AD 64 33
Octal 5 377 340 142 0 14 0 255 144 63
Binary 101 11111111 11100000 1100010 0 1100 0 10101101 1100100 110011

Color Harmonies of #05FFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FFE0

Black with #05FFE0

Text Example


Text Example

White with #05FFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,255,224); }

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

background-color css

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

 a { background-color: rgb(5,255,224); }

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

border-color css

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

 span { border-color: rgb(5,255,224); }

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