Html Css Color HEX #05FFCE Bright Turquoise

📋 copy color: '#05FFCE'

red 5 ◦ green 255 ◦ blue 206

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

Shades of Bright Turquoise #05FFCE

Tints of Bright Turquoise #05FFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 1.07%
G = 54.72%
B = 44.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#05FFCE (or 0x05FFCE) is known color: Bright Turquoise. HEX triplet: 05, FF and CE. RGB value is (5,255,206). Sum of RGB (Red+Green+Blue) = 5+255+206=466 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFCE is #FA0031. Grayscale: #AEAEAE. Windows color (decimal): -16384050 or 13565701. OLE color: 13565701.

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

Color convert

RGB 5 255 206 -
CMYK 0.98 0 0.19 0
HSL 168.24º 1% 0.51% -
HSV(B) 168.24º 0.98% 1% -
XYZ 46.96 76.01 70.59 -
YUV 174.66 145.68 6.98 -
System Red Green Blue C M Y K H S L
Decimal 5 255 206 0.98 0 0.19 0 168.24 1 0.51
Hex 5 FF CE 62 0 13 0 A8 64 33
Octal 5 377 316 142 0 23 0 250 144 63
Binary 101 11111111 11001110 1100010 0 10011 0 10101000 1100100 110011

Color Harmonies of #05FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FFCE

Black with #05FFCE

Text Example


Text Example

White with #05FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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