Html Css Color HEX #05FDCE Bright Turquoise

📋 copy color: '#05FDCE'

red 5 ◦ green 253 ◦ blue 206

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

Shades of Bright Turquoise #05FDCE

Tints of Bright Turquoise #05FDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.53%

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

R = 1.08%
G = 54.53%
B = 44.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#05FDCE (or 0x05FDCE) is known color: Bright Turquoise. HEX triplet: 05, FD and CE. RGB value is (5,253,206). Sum of RGB (Red+Green+Blue) = 5+253+206=464 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #05FDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FDCE is #FA0231. Grayscale: #ADADAD. Windows color (decimal): -16384562 or 13565189. OLE color: 13565189.

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

Color convert

RGB 5 253 206 -
CMYK 0.98 0 0.19 0.01
HSL 168.63º 0.98% 0.51% -
HSV(B) 168.63º 0.98% 0.99% -
XYZ 46.33 74.74 70.38 -
YUV 173.49 146.34 7.82 -
System Red Green Blue C M Y K H S L
Decimal 5 253 206 0.98 0 0.19 0.01 168.63 0.98 0.51
Hex 5 FD CE 62 0 13 1 A9 62 33
Octal 5 375 316 142 0 23 1 251 142 63
Binary 101 11111101 11001110 1100010 0 10011 1 10101001 1100010 110011

Color Harmonies of #05FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FDCE

Black with #05FDCE

Text Example


Text Example

White with #05FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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