Html Css Color HEX #06DADD Bright Turquoise

📋 copy color: '#06DADD'

red 6 ◦ green 218 ◦ blue 221

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

Shades of Bright Turquoise #06DADD

Tints of Bright Turquoise #06DADD

RGB

 RED value IS 6 (2.73% from 255) = 1.35%

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

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

R = 1.35%
G = 48.99%
B = 49.66%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06DADD (or 0x06DADD) is known color: Bright Turquoise. HEX triplet: 06, DA and DD. RGB value is (6,218,221). Sum of RGB (Red+Green+Blue) = 6+218+221=445 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #06DADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DADD is #F92522. Grayscale: #9A9A9A. Windows color (decimal): -16327971 or 14539270. OLE color: 14539270.

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

Color convert

RGB 6 218 221 -
CMYK 0.97 0.01 0 0.13
HSL 180.84º 0.95% 0.45% -
HSV(B) 180.84º 0.97% 0.87% -
XYZ 38.2 55.4 77.09 -
YUV 154.95 165.26 21.76 -
System Red Green Blue C M Y K H S L
Decimal 6 218 221 0.97 0.01 0 0.13 180.84 0.95 0.45
Hex 6 DA DD 61 1 0 D B5 5F 2D
Octal 6 332 335 141 1 0 15 265 137 55
Binary 110 11011010 11011101 1100001 1 0 1101 10110101 1011111 101101

Color Harmonies of #06DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DADD

Black with #06DADD

Text Example


Text Example

White with #06DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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