Html Css Color HEX #06DCDA Bright Turquoise

📋 copy color: '#06DCDA'

red 6 ◦ green 220 ◦ blue 218

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

Shades of Bright Turquoise #06DCDA

Tints of Bright Turquoise #06DCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 1.35%
G = 49.55%
B = 49.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#06DCDA (or 0x06DCDA) is known color: Bright Turquoise. HEX triplet: 06, DC and DA. RGB value is (6,220,218). Sum of RGB (Red+Green+Blue) = 6+220+218=444 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCDA is #F92325. Grayscale: #9B9B9B. Windows color (decimal): -16327462 or 14343174. OLE color: 14343174.

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

Color convert

RGB 6 220 218 -
CMYK 0.97 0 0.01 0.14
HSL 179.44º 0.95% 0.44% -
HSV(B) 179.44º 0.97% 0.86% -
XYZ 38.32 56.29 75.17 -
YUV 155.79 163.1 21.16 -
System Red Green Blue C M Y K H S L
Decimal 6 220 218 0.97 0 0.01 0.14 179.44 0.95 0.44
Hex 6 DC DA 61 0 1 E B3 5F 2C
Octal 6 334 332 141 0 1 16 263 137 54
Binary 110 11011100 11011010 1100001 0 1 1110 10110011 1011111 101100

Color Harmonies of #06DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCDA

Black with #06DCDA

Text Example


Text Example

White with #06DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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