Html Css Color HEX #06DBDC Bright Turquoise

📋 copy color: '#06DBDC'

red 6 ◦ green 219 ◦ blue 220

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

Shades of Bright Turquoise #06DBDC

Tints of Bright Turquoise #06DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.21%

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

R = 1.35%
G = 49.21%
B = 49.44%

CMYK

 C value IS 0.97

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06DBDC (or 0x06DBDC) is known color: Bright Turquoise. HEX triplet: 06, DB and DC. RGB value is (6,219,220). Sum of RGB (Red+Green+Blue) = 6+219+220=445 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #06DBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DBDC is #F92423. Grayscale: #9B9B9B. Windows color (decimal): -16327716 or 14473990. OLE color: 14473990.

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

Color convert

RGB 6 219 220 -
CMYK 0.97 0.00 0 0.14
HSL 180.28º 0.95% 0.44% -
HSV(B) 180.28º 0.97% 0.86% -
XYZ 38.32 55.87 76.47 -
YUV 155.43 164.43 21.42 -
System Red Green Blue C M Y K H S L
Decimal 6 219 220 0.97 0.00 0 0.14 180.28 0.95 0.44
Hex 6 DB DC 61 0 0 E B4 5F 2C
Octal 6 333 334 141 0 0 16 264 137 54
Binary 110 11011011 11011100 1100001 0 0 1110 10110100 1011111 101100

Color Harmonies of #06DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DBDC

Black with #06DBDC

Text Example


Text Example

White with #06DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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