Html Css Color HEX #06DED2 Bright Turquoise

📋 copy color: '#06DED2'

red 6 ◦ green 222 ◦ blue 210

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

Shades of Bright Turquoise #06DED2

Tints of Bright Turquoise #06DED2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.68%

 BLUE value IS 210 (82.42% from 255) = 47.95%

R = 1.37%
G = 50.68%
B = 47.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#06DED2 (or 0x06DED2) is known color: Bright Turquoise. HEX triplet: 06, DE and D2. RGB value is (6,222,210). Sum of RGB (Red+Green+Blue) = 6+222+210=438 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #06DED2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DED2 is #F9212D. Grayscale: #9B9B9B. Windows color (decimal): -16326958 or 13819398. OLE color: 13819398.

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

Color convert

RGB 6 222 210 -
CMYK 0.97 0 0.05 0.13
HSL 176.67º 0.95% 0.45% -
HSV(B) 176.67º 0.97% 0.87% -
XYZ 37.83 56.93 69.97 -
YUV 156.05 158.44 20.98 -
System Red Green Blue C M Y K H S L
Decimal 6 222 210 0.97 0 0.05 0.13 176.67 0.95 0.45
Hex 6 DE D2 61 0 5 D B1 5F 2D
Octal 6 336 322 141 0 5 15 261 137 55
Binary 110 11011110 11010010 1100001 0 101 1101 10110001 1011111 101101

Color Harmonies of #06DED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DED2

Black with #06DED2

Text Example


Text Example

White with #06DED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,222,210); }

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

background-color css

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

 a { background-color: rgb(6,222,210); }

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

border-color css

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

 span { border-color: rgb(6,222,210); }

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