Html Css Color HEX #05DFDF Bright Turquoise

📋 copy color: '#05DFDF'

red 5 ◦ green 223 ◦ blue 223

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

Shades of Bright Turquoise #05DFDF

Tints of Bright Turquoise #05DFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.45%

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

R = 1.11%
G = 49.45%
B = 49.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#05DFDF (or 0x05DFDF) is known color: Bright Turquoise. HEX triplet: 05, DF and DF. RGB value is (5,223,223). Sum of RGB (Red+Green+Blue) = 5+223+223=451 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #05DFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DFDF is #FA2020. Grayscale: #9D9D9D. Windows color (decimal): -16392225 or 14671621. OLE color: 14671621.

HSL color Cylindrical-coordinate representation of color #05DFDF: hue angle of 180º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DFDF is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 223 223 -
CMYK 0.98 0 0 0.13
HSL 180º 0.96% 0.45% -
HSV(B) 180º 0.98% 0.87% -
XYZ 39.77 58.14 78.94 -
YUV 157.82 164.78 19 -
System Red Green Blue C M Y K H S L
Decimal 5 223 223 0.98 0 0 0.13 180 0.96 0.45
Hex 5 DF DF 62 0 0 D B4 60 2D
Octal 5 337 337 142 0 0 15 264 140 55
Binary 101 11011111 11011111 1100010 0 0 1101 10110100 1100000 101101

Color Harmonies of #05DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DFDF

Black with #05DFDF

Text Example


Text Example

White with #05DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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