Html Css Color HEX #06DCDC Bright Turquoise

📋 copy color: '#06DCDC'

red 6 ◦ green 220 ◦ blue 220

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

Shades of Bright Turquoise #06DCDC

Tints of Bright Turquoise #06DCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.33%

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 1.35%
G = 49.33%
B = 49.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06DCDC (or 0x06DCDC) is known color: Bright Turquoise. HEX triplet: 06, DC and DC. RGB value is (6,220,220). Sum of RGB (Red+Green+Blue) = 6+220+220=446 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #06DCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCDC is #F92323. Grayscale: #9B9B9B. Windows color (decimal): -16327460 or 14474246. OLE color: 14474246.

HSL color Cylindrical-coordinate representation of color #06DCDC: hue angle of 180º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCDC is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 220 220 -
CMYK 0.97 0 0 0.14
HSL 180º 0.95% 0.44% -
HSV(B) 180º 0.97% 0.86% -
XYZ 38.59 56.39 76.56 -
YUV 156.01 164.1 21 -
System Red Green Blue C M Y K H S L
Decimal 6 220 220 0.97 0 0 0.14 180 0.95 0.44
Hex 6 DC DC 61 0 0 E B4 5F 2C
Octal 6 334 334 141 0 0 16 264 137 54
Binary 110 11011100 11011100 1100001 0 0 1110 10110100 1011111 101100

Color Harmonies of #06DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCDC

Black with #06DCDC

Text Example


Text Example

White with #06DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,220,220); }

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

background-color css

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

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

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

border-color css

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

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

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