Html Css Color HEX #06DCD5 Bright Turquoise

📋 copy color: '#06DCD5'

red 6 ◦ green 220 ◦ blue 213

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

Shades of Bright Turquoise #06DCD5

Tints of Bright Turquoise #06DCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 1.37%
G = 50.11%
B = 48.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#06DCD5 (or 0x06DCD5) is known color: Bright Turquoise. HEX triplet: 06, DC and D5. RGB value is (6,220,213). Sum of RGB (Red+Green+Blue) = 6+220+213=439 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCD5 is #F9232A. Grayscale: #9B9B9B. Windows color (decimal): -16327467 or 14015494. OLE color: 14015494.

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

Color convert

RGB 6 220 213 -
CMYK 0.97 0 0.03 0.14
HSL 178.04º 0.95% 0.44% -
HSV(B) 178.04º 0.97% 0.86% -
XYZ 37.68 56.03 71.78 -
YUV 155.22 160.6 21.57 -
System Red Green Blue C M Y K H S L
Decimal 6 220 213 0.97 0 0.03 0.14 178.04 0.95 0.44
Hex 6 DC D5 61 0 3 E B2 5F 2C
Octal 6 334 325 141 0 3 16 262 137 54
Binary 110 11011100 11010101 1100001 0 11 1110 10110010 1011111 101100

Color Harmonies of #06DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCD5

Black with #06DCD5

Text Example


Text Example

White with #06DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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