Html Css Color HEX #05DFDD Bright Turquoise

📋 copy color: '#05DFDD'

red 5 ◦ green 223 ◦ blue 221

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

Shades of Bright Turquoise #05DFDD

Tints of Bright Turquoise #05DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 1.11%
G = 49.67%
B = 49.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#05DFDD (or 0x05DFDD) is known color: Bright Turquoise. HEX triplet: 05, DF and DD. RGB value is (5,223,221). Sum of RGB (Red+Green+Blue) = 5+223+221=449 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #05DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DFDD is #FA2022. Grayscale: #9D9D9D. Windows color (decimal): -16392227 or 14540549. OLE color: 14540549.

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

Color convert

RGB 5 223 221 -
CMYK 0.98 0 0.01 0.13
HSL 179.45º 0.96% 0.45% -
HSV(B) 179.45º 0.98% 0.87% -
XYZ 39.5 58.03 77.53 -
YUV 157.59 163.78 19.16 -
System Red Green Blue C M Y K H S L
Decimal 5 223 221 0.98 0 0.01 0.13 179.45 0.96 0.45
Hex 5 DF DD 62 0 1 D B3 60 2D
Octal 5 337 335 142 0 1 15 263 140 55
Binary 101 11011111 11011101 1100010 0 1 1101 10110011 1100000 101101

Color Harmonies of #05DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DFDD

Black with #05DFDD

Text Example


Text Example

White with #05DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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