Html Css Color HEX #05FFDF Bright Turquoise

📋 copy color: '#05FFDF'

red 5 ◦ green 255 ◦ blue 223

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

Shades of Bright Turquoise #05FFDF

Tints of Bright Turquoise #05FFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 1.04%
G = 52.8%
B = 46.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#05FFDF (or 0x05FFDF) is known color: Bright Turquoise. HEX triplet: 05, FF and DF. RGB value is (5,255,223). Sum of RGB (Red+Green+Blue) = 5+255+223=483 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFDF is #FA0020. Grayscale: #B0B0B0. Windows color (decimal): -16384033 or 14679813. OLE color: 14679813.

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

Color convert

RGB 5 255 223 -
CMYK 0.98 0 0.13 0
HSL 172.32º 1% 0.51% -
HSV(B) 172.32º 0.98% 1% -
XYZ 49.14 76.88 82.06 -
YUV 176.6 154.18 5.6 -
System Red Green Blue C M Y K H S L
Decimal 5 255 223 0.98 0 0.13 0 172.32 1 0.51
Hex 5 FF DF 62 0 D 0 AC 64 33
Octal 5 377 337 142 0 15 0 254 144 63
Binary 101 11111111 11011111 1100010 0 1101 0 10101100 1100100 110011

Color Harmonies of #05FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FFDF

Black with #05FFDF

Text Example


Text Example

White with #05FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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