Html Css Color HEX #05DADD Bright Turquoise

📋 copy color: '#05DADD'

red 5 ◦ green 218 ◦ blue 221

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

Shades of Bright Turquoise #05DADD

Tints of Bright Turquoise #05DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

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

R = 1.13%
G = 49.1%
B = 49.77%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#05DADD (or 0x05DADD) is known color: Bright Turquoise. HEX triplet: 05, DA and DD. RGB value is (5,218,221). Sum of RGB (Red+Green+Blue) = 5+218+221=444 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #05DADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DADD is #FA2522. Grayscale: #9A9A9A. Windows color (decimal): -16393507 or 14539269. OLE color: 14539269.

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

Color convert

RGB 5 218 221 -
CMYK 0.98 0.01 0 0.13
HSL 180.83º 0.96% 0.44% -
HSV(B) 180.83º 0.98% 0.87% -
XYZ 38.19 55.4 77.09 -
YUV 154.66 165.43 21.26 -
System Red Green Blue C M Y K H S L
Decimal 5 218 221 0.98 0.01 0 0.13 180.83 0.96 0.44
Hex 5 DA DD 62 1 0 D B5 60 2C
Octal 5 332 335 142 1 0 15 265 140 54
Binary 101 11011010 11011101 1100010 1 0 1101 10110101 1100000 101100

Color Harmonies of #05DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DADD

Black with #05DADD

Text Example


Text Example

White with #05DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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