Html Css Color HEX #05FFE6 Bright Turquoise

📋 copy color: '#05FFE6'

red 5 ◦ green 255 ◦ blue 230

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

Shades of Bright Turquoise #05FFE6

Tints of Bright Turquoise #05FFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.94%

R = 1.02%
G = 52.04%
B = 46.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#05FFE6 (or 0x05FFE6) is known color: Bright Turquoise. HEX triplet: 05, FF and E6. RGB value is (5,255,230). Sum of RGB (Red+Green+Blue) = 5+255+230=490 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FFE6 is #FA0019. Grayscale: #B1B1B1. Windows color (decimal): -16384026 or 15138565. OLE color: 15138565.

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

Color convert

RGB 5 255 230 -
CMYK 0.98 0 0.10 0
HSL 174º 1% 0.51% -
HSV(B) 174º 0.98% 1% -
XYZ 50.11 77.27 87.14 -
YUV 177.4 157.68 5.03 -
System Red Green Blue C M Y K H S L
Decimal 5 255 230 0.98 0 0.10 0 174 1 0.51
Hex 5 FF E6 62 0 A 0 AE 64 33
Octal 5 377 346 142 0 12 0 256 144 63
Binary 101 11111111 11100110 1100010 0 1010 0 10101110 1100100 110011

Color Harmonies of #05FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FFE6

Black with #05FFE6

Text Example


Text Example

White with #05FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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