Html Css Color HEX #06DFDD Bright Turquoise

📋 copy color: '#06DFDD'

red 6 ◦ green 223 ◦ blue 221

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

Shades of Bright Turquoise #06DFDD

Tints of Bright Turquoise #06DFDD

RGB

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

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

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

R = 1.33%
G = 49.56%
B = 49.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#06DFDD (or 0x06DFDD) is known color: Bright Turquoise. HEX triplet: 06, DF and DD. RGB value is (6,223,221). Sum of RGB (Red+Green+Blue) = 6+223+221=450 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #06DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DFDD is #F92022. Grayscale: #9D9D9D. Windows color (decimal): -16326691 or 14540550. OLE color: 14540550.

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

Color convert

RGB 6 223 221 -
CMYK 0.97 0 0.01 0.13
HSL 179.45º 0.95% 0.45% -
HSV(B) 179.45º 0.97% 0.87% -
XYZ 39.51 58.03 77.53 -
YUV 157.89 163.61 19.66 -
System Red Green Blue C M Y K H S L
Decimal 6 223 221 0.97 0 0.01 0.13 179.45 0.95 0.45
Hex 6 DF DD 61 0 1 D B3 5F 2D
Octal 6 337 335 141 0 1 15 263 137 55
Binary 110 11011111 11011101 1100001 0 1 1101 10110011 1011111 101101

Color Harmonies of #06DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DFDD

Black with #06DFDD

Text Example


Text Example

White with #06DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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